kinshuk-644 / todoApp

A basic todo web application to add, store daily tasks, set deadlines and remove tasks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

todoApp

A basic toDo web application to add, store daily tasks, set deadlines and remove tasks.

Some Screenshots of the project:

Screenshot from 2021-07-21 17-19-27

Screenshot from 2021-07-21 17-19-42

Video Demo:

screenrec.mp4

Steps to run the project :

  1. Make sure you have node.js , mongoDB , Robo 3T(optional , to visualize the schema) installed on your pc.

  2. Open an editor (VS Code preferably).

  3. Run the following commands inside the todoApp directory:

    1) npm install

  4. Run the command on terminal to start mongoDB:

    1) sudo systemctl start mongod

  5. Run the command on terminal to see the status of mongoDB(active or not)

  6. Go back to VS Code and run:

    1) npm start

  7. Finally, open localhost:3000/ on your web browser.

About

A basic todo web application to add, store daily tasks, set deadlines and remove tasks.


Languages

Language:EJS 52.3%Language:JavaScript 38.9%Language:CSS 8.7%