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
- Host: GitHub
- URL: https://github.com/shubhangam333/todoapp
- Owner: Shubhangam333
- Created: 2020-05-31T05:53:39.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:48:50.000Z (over 2 years ago)
- Last Synced: 2025-03-09T12:55:30.780Z (about 2 months ago)
- Topics: css, ejs-templating, express, html, javascript, jquery
- Language: CSS
- Homepage:
- Size: 4.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
RequirementsFor 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