Skip to content

DevPratyush05/info-manager-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

14 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Info Manager App πŸ§ πŸ”

A fullstack Contact & Notes Manager web application with secure user authentication. Built with Node.js, MongoDB, JWT, and Tailwind CSS.

πŸš€ Features

  • πŸ” 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

πŸ› οΈ Tech Stack

  • Frontend: HTML, Tailwind CSS, JavaScript
  • Backend: Node.js, Express.js
  • Database: MongoDB (Atlas)
  • Authentication: JWT, bcrypt
  • Deployment: Render (coming soon)

πŸ“Έ Screenshots

Image Image

πŸ§ͺ Run Locally

1. Clone the repository

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.js

Open client/index.html in your browser or serve via Live Server.

πŸ—‚οΈ Folder Structure

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors