/ToDo

A simple To Do application to manage your daily tasks.

Primary LanguageJavaScript

ToDo

A simple ToDo application to manage your daily tasks and set reminders.

to_do

What can it do?

  • Add a Task.
  • Delete a Task.
  • Unmark a Task as not done.

Steps to run the application locally

  • You should have npm installed on your machine.
  • Clone this repository.
  • Go to the root directory of the cloned repo in cmd.
  • Now, run npm i in cmd to install all the dependencies.
  • Now, open another terminal and go to the same directory as the current one.
  • In the first terminal, run npm start
  • Now, in the second terminal, run npm run server
  • Once the command in the first terminal finishes compiling, you can view the webpage at http://localhost:3000

visitors