A fullstack Contact & Notes Manager web application with secure user authentication. Built with Node.js, MongoDB, JWT, and Tailwind CSS.
- π User authentication (JWT + bcrypt)
- π Add, view, update, delete notes
- π Save and manage contact information
- π¨ Clean and responsive UI with Tailwind CSS
- π REST API built with Express.js
- Frontend: HTML, Tailwind CSS, JavaScript
- Backend: Node.js, Express.js
- Database: MongoDB (Atlas)
- Authentication: JWT, bcrypt
- Deployment: Render (coming soon)
git clone https://github.com/DevPratyush05/info-manager-app.git
cd info-manager-app
cd mycontact-backend
npm install
MONGO_URI=your_mongodb_connection_string
JWT_SECRET=your_jwt_secret
node server.jsOpen client/index.html in your browser or serve via Live Server.
info-manager-app/
βββ client/ # Frontend (HTML + Tailwind + JS)
βββ mycontact-backend/ # Backend (Express + MongoDB)
βββ .gitignore
βββ README.md
π€ Contributing Pull requests are welcome! Feel free to fork and improve the app.
π License MIT License

