DEV Community

Md Akash Mia
Md Akash Mia

Posted on

What I Learned Building My First Live Web Project

Introduction

Hello! I'm Akash, a professional web developer from Bangladesh. In this article, I want to share my experience building my first live web project and the lessons I learned.

Project Overview

The project is a portfolio website showcasing my skills, projects, and achievements. I built it using React, Tailwind CSS, and Laravel for the backend.

Challenges I Faced

  • Managing state in React was confusing at first.
  • Making the layout fully responsive required careful planning.
  • Integrating the frontend with the backend API had some unexpected bugs.

What I Learned

  • The importance of component reusability.
  • How to properly structure a React project for scalability.
  • The benefits of Tailwind CSS for fast styling.
  • Debugging API calls and handling asynchronous data.

Final Thoughts

Building my first live project was both challenging and rewarding. I hope this article inspires other beginners to start building real projects. Remember, the best way to learn is by doing!

Thank you for reading!

Top comments (0)