- Implemented a responsive product management dashboard using MERN Stack, providing users with the ability to perform CRUD operations on products.
- Utilized MongoDB to create separate databases for user data and product information, ensuring efficient storage and retrieval.
- Implemented secure SignUp and LogIn APIs with JWT-based authentication, ensuring safe transmission of user information and preventing unauthorized access.
- Developed RESTful APIs with Node.js to enable seamless functionality such as product addition, deletion, updating, and listing.
- Developed the user interface of the dashboard and seamlessly integrated it with backend APIs using ReactJS, ensuring smooth and responsive user interactions.