Skip to content

To-Do list manager for managing your regular activity

Notifications You must be signed in to change notification settings

anuragkmr45/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ToDo List Manager

This is a To-do List manager dynamic website developed using the MERN stack.
This is a website where you can list down and manage your daily routine.

Key Features

  • Add task
  • Update task
  • Delete Task
    Note - USP of this To-Do list manager is that your task will not delete permanently.

Future Updates

  • Login / Signin feature so that every one can use this for their own work station
  • Have a calender view type interface so that any one can manage a task for a month(this helps companies for compliting projects)
  • Have a workstation for every user

Technologies used

Frontend / Client side

Backend / Server side

Database

Version Control System

How can you use this

  1. Fork the repo and do not forget to give a start

forking repo

  1. Clone the repo
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
  1. Change dir and install required node modules in both client and server directory
cd YOUR-REPOSITORY
npm install 

Note - Make sure you have active internet and already install node.js in your PC

  1. Change directory to client side and Start the server
cd client
npm start

or

npm run start 
  1. Now go to the server side directory and run the server
cd server
nodemon index.js

Note - Make sure database and server running successfully by getting these msg in termianl. 2022-12-06

Page Visuals

2022-12-05 (1)

2022-12-05 (2)

2022-12-05 (3)