Reactjs Nodejs Course πŸ’―

Once the backend API was complete, Rohan moved on to building the frontend application using ReactJS. He designed a user-friendly interface that allowed users to browse products, add them to cart, and checkout. He used React Router to manage client-side routing and Redux to manage state.

my-app/ β”œβ”€β”€ backend/ β”‚ β”œβ”€β”€ models/ β”‚ β”œβ”€β”€ routes/ β”‚ β”œβ”€β”€ controllers/ β”‚ β”œβ”€β”€ middleware/ β”‚ β”œβ”€β”€ .env β”‚ └── server.js β”œβ”€β”€ frontend/ β”‚ β”œβ”€β”€ src/ β”‚ β”‚ β”œβ”€β”€ components/ β”‚ β”‚ β”œβ”€β”€ pages/ β”‚ β”‚ β”œβ”€β”€ context/ β”‚ β”‚ β”œβ”€β”€ services/ (API calls) β”‚ β”‚ └── App.js β”‚ └── package.json └── README.md reactjs nodejs course