<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Álvaro Aparicio</title>
    <description>The latest articles on Forem by Álvaro Aparicio (@alvaro2203).</description>
    <link>https://forem.com/alvaro2203</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3330473%2Ffaa76772-9a8b-4b45-8f44-0747090f3fce.jpeg</url>
      <title>Forem: Álvaro Aparicio</title>
      <link>https://forem.com/alvaro2203</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/alvaro2203"/>
    <language>en</language>
    <item>
      <title>Monthly Expense Calculator — Looking for Feedback!</title>
      <dc:creator>Álvaro Aparicio</dc:creator>
      <pubDate>Tue, 16 Sep 2025 10:18:17 +0000</pubDate>
      <link>https://forem.com/alvaro2203/monthly-expense-calculator-looking-for-feedback-5dmd</link>
      <guid>https://forem.com/alvaro2203/monthly-expense-calculator-looking-for-feedback-5dmd</guid>
      <description>&lt;p&gt;Hi everyone 👋&lt;/p&gt;

&lt;p&gt;I’ve recently built and deployed a small project called Monthly Expense Calculator.&lt;br&gt;
The idea is simple but useful:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add your monthly expenses with name, amount, and category.&lt;/li&gt;
&lt;li&gt;See them displayed in a clean list.&lt;/li&gt;
&lt;li&gt;Get the total expense automatically calculated.&lt;/li&gt;
&lt;li&gt;Visualize the distribution by category with a responsive chart.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Bonus: it supports light/dark mode and stores data in localStorage so it persists on refresh.&lt;/p&gt;

&lt;p&gt;The stack I used is React + TailwindCSS + Chart.js, deployed on Vercel.&lt;br&gt;
My main goals with this project were:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Practicing clean and modular component design.&lt;/li&gt;
&lt;li&gt;Applying accessibility and responsive design best practices.&lt;/li&gt;
&lt;li&gt;Experimenting with visual feedback (charts, animations, hover states).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;👉 Here’s the live demo: [&lt;a href="https://monthly-expense-calculator-bice.vercel.app/" rel="noopener noreferrer"&gt;https://monthly-expense-calculator-bice.vercel.app/&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;I’d really appreciate your feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Usability (is it intuitive to use?).&lt;/li&gt;
&lt;li&gt;UI/UX design (does it look clean and modern?).&lt;/li&gt;
&lt;li&gt;Errors or bugs that you find.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Any insights will help me grow as a developer, and I’d love to hear your thoughts 🙏&lt;/p&gt;

&lt;p&gt;Thanks a lot for your time! 🚀&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>programming</category>
      <category>react</category>
      <category>javascript</category>
    </item>
    <item>
      <title>🚀 I built a Secure Password Generator — Feedback welcome!</title>
      <dc:creator>Álvaro Aparicio</dc:creator>
      <pubDate>Mon, 07 Jul 2025 07:53:41 +0000</pubDate>
      <link>https://forem.com/alvaro2203/i-built-a-secure-password-generator-feedback-welcome-4d74</link>
      <guid>https://forem.com/alvaro2203/i-built-a-secure-password-generator-feedback-welcome-4d74</guid>
      <description>&lt;p&gt;Hey devs! 👋&lt;/p&gt;

&lt;p&gt;I recently created a small project — a &lt;strong&gt;Secure Password Generator&lt;/strong&gt;, and I’d love to get your feedback on it!&lt;/p&gt;

&lt;p&gt;🔗 &lt;strong&gt;Try it here:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
👉 &lt;a href="https://secure-password-generator-coral.vercel.app" rel="noopener noreferrer"&gt;https://secure-password-generator-coral.vercel.app&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  🔐 What does it do?
&lt;/h2&gt;

&lt;p&gt;This is a simple, fast and lightweight tool to generate strong, secure passwords — ideal for developers, sysadmins, and security-conscious users.&lt;/p&gt;

&lt;h3&gt;
  
  
  💡 Features:
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Choose password &lt;strong&gt;length&lt;/strong&gt; (up to 100 characters)&lt;/li&gt;
&lt;li&gt;Include or exclude:

&lt;ul&gt;
&lt;li&gt;✅ Lowercase letters&lt;/li&gt;
&lt;li&gt;✅ Uppercase letters&lt;/li&gt;
&lt;li&gt;✅ Numbers&lt;/li&gt;
&lt;li&gt;✅ Symbols&lt;/li&gt;
&lt;/ul&gt;


&lt;/li&gt;

&lt;li&gt;Real-time &lt;strong&gt;strength evaluation&lt;/strong&gt;
&lt;/li&gt;

&lt;li&gt;Dark/Light &lt;strong&gt;theme switch&lt;/strong&gt;
&lt;/li&gt;

&lt;li&gt;Copy to clipboard button&lt;/li&gt;

&lt;li&gt;Fully responsive and mobile-friendly&lt;/li&gt;

&lt;li&gt;Lightweight — no external libraries&lt;/li&gt;

&lt;/ul&gt;




&lt;h2&gt;
  
  
  🧪 What I’m looking for:
&lt;/h2&gt;

&lt;p&gt;I'm especially interested in feedback on:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;UI/UX&lt;/strong&gt;: Is it intuitive and accessible?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Functionality&lt;/strong&gt;: Does it meet your expectations?&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Performance&lt;/strong&gt;: Is it fast and smooth?&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Any missing features?&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  📬 Open to collaboration!
&lt;/h2&gt;

&lt;p&gt;This is just a side project, but I’m open to improving it further or even turning it into an open-source component if there’s interest.&lt;/p&gt;

&lt;p&gt;Thanks for checking it out! I really appreciate any feedback 🙏&lt;/p&gt;

&lt;p&gt;➡️ &lt;a href="https://secure-password-generator-coral.vercel.app" rel="noopener noreferrer"&gt;https://secure-password-generator-coral.vercel.app&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Happy hacking! 💻&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>security</category>
      <category>astro</category>
    </item>
  </channel>
</rss>
