raghav1482 / TODOMERN

Live Link :

Home Page:https://personaltodo.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MERN-ToDo List App (MERN Stack)

Welcome to the ToDo List app! This project is a simple yet powerful task management application built using the MERN (MongoDB, Express, React, Node.js) stack. It allows users to efficiently manage their tasks through a user-friendly interface.

Features

  • User Authentication: Secure user logins using Bcrypt.js encryption.
  • Task Management: Add, update, and delete tasks seamlessly.
  • MERN Stack Integration: Utilizes React.js for the frontend and Express & Node.js for the backend.
  • CRUD Operations: Implements Create, Read, Update, and Delete functionalities for tasks.

Tech Stack

  • Frontend: React.js
  • Backend: Express.js, Node.js
  • Database: MongoDB
  • Encryption: Bcrypt.js

Installation

  1. Clone this repository.
  2. Navigate to the project directory.
  3. Run npm install in both the frontend and backend directories to install dependencies.
  4. Create a MongoDB database and update the connection details in the server's .env file.
  5. Run npm start in the client and nodemon index.js in server directories to start the application.

Usage

  • Access the application via http://localhost:3000 after starting both the client and server.

Acknowledgements

  • This project was created as a learning experience, inspired by various online tutorials and documentation.

Feel free to reach out if you have any questions or suggestions! 🚀

About

Live Link :

https://personaltodo.vercel.app/


Languages

Language:JavaScript 72.8%Language:CSS 23.2%Language:HTML 4.0%