Full Stack User Authentication with Profile Management Frontend: React, Tailwind CSS
Backend: Node.js, Express.js
Database: MongoDB
Authentication & Security: JWT, bcryptjs
File Upload: Multer
Implemented signup/login with password encryption using bcryptjs and JWT-based authentication for secure session handling. After login, users are redirected to a settings page displaying their profile details — name, email, and profile picture — fetched from MongoDB. Built an image upload feature using Multer to allow users to update their profile picture seamlessly. Designed a clean and responsive user interface using Tailwind CSS and React.js for a smooth user experience.