An open API service indexing awesome lists of open source software.

https://github.com/shubhangam333/todoapp

Todo Management app using express and ejs
https://github.com/shubhangam333/todoapp

css ejs-templating express html javascript jquery

Last synced: about 2 months ago
JSON representation

Todo Management app using express and ejs

Awesome Lists containing this project

README

        

#Todo Management App

Website that allows user to add,edit,delete their todos
It is developed using ejs as templating engine,bower bootstarp,Nodejs framework express
Requirements

For development, you will only need Node.js and a node global package, Yarn, installed in your environement.
Node

--In order to run the app, install the dependencies first with...

npm install

--Then run the app with

npm start

//OR if you have nodemon installed (npm install -g nodemon)
nodemon