Last week, I decided it was time to build my own portfolio site to showcase my projects. I chose React for its component-based architecture and Tailwind CSS for rapid styling. The first step was setting up the project with Create React App and integrating Tailwind.
I started with a simple layout—navbar, hero section, and project cards. The challenge came when I tried to make it responsive. Adjusting the grid layout took some trial and error, but Tailwind’s utility classes made it manageable. I’m excited to see where this project takes me!
Next steps: Add animations and deploy to Netlify. Stay tuned!