Skip to content

Web-based To-Do List application for managing daily tasks, built with Node.js, Express, and MongoDB.

Notifications You must be signed in to change notification settings

rahualrai/ToDo_List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo_List

Web-based To-Do List application for managing daily tasks, built with Node.js, Express, and MongoDB.

Features

  • Add, edit, and delete tasks
  • Mark tasks as complete
  • Filter tasks based on completion status

Tech Stack

  • Frontend: HTML, CSS, JavaScript
  • Backend: Node.js, Express.js
  • Database: MongoDB

Project Structure

.
└── ToDo_List/
    ├── backend/
    │   ├── .env                # Environment variables
    │   ├── models/             # Database models
    │   │   └── task.js         # Task model
    │   ├── node_modules/       # Node modules
    │   ├── routes/             # API routes
    │   │   └── taskRoutes.js   # Routes for task operations
    │   ├── package-lock.json   # NPM lock file
    │   ├── package.json        # NPM package file
    │   └── server.js           # Entry point for backend
    ├── .git/                   # Git folder
    ├── .gitignore              # Git ignore file
    ├── index.html              # Entry point for frontend
    ├── script.js               # Frontend JavaScript
    └── style.css               # Frontend CSS

Setup and Installation

  1. Clone the repository:
git clone [repository-link]
  1. Navigate to the backend folder and install dependencies:
cd ToDo_List/backend
npm install
  1. Create a .env file in the backend directory with the necessary environment variables (e.g., database connection string).

  2. Start the server:

node server.js
  1. Open index.html in a web browser to access the frontend.

About

Web-based To-Do List application for managing daily tasks, built with Node.js, Express, and MongoDB.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published