Skip to content

duquelf90/todo-list-app

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

todo-list-app

  1. Clone the source code

  2. Open terminal then check installed nodejs version by running 'node -v'. if you are running nodejs below 5 then you need to update the node js version. Follow this link to update the node version.

  3. Then run 'npm -v' to check node package manager if already installed. If not then install npm.

  4. Now run 'npm install' to install node_modules.

  5. Now navigate the unzipped project directory. Then run 'npm install' this will install necessary node modules defined in packages.json file.

  6. Now run 'npm start' to run the server defined in index.js file. this will run application in 8000 port defined in index.js.

  7. Now visit "http://localhost:8000".

Here Add, and Delete Operations are done.

Coming soon

  1. Editing Task

  2. Assigning a priority and a deadline

  3. Persistence of the todolist (storage in a database or a NoSQL database)

  4. Sharing a todolist between several people

  5. Synchronization of todolist in real time between people without needing to reload the page

About

A simple todo list application with Express framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 64.6%
  • JavaScript 26.1%
  • CSS 9.3%