A fully responsive and innovative todo list.
├── node_modules
├── public
│ ├── css
│ │ ├── todonew.css
│ ├── js
│ │ ├──todonew.js
│ │ ├──lib
│ │ │ ├──jquery-3.4.1.min.js
├── views
│ ├── todonew.ejs
├── Procfile
├── README.md
├── app.js
├── package-lock.json
├── package.json
- HTML
- CSS
- Javascript
In the project directory, you can run:
Install all the dependecies required for this project.
Runs the app in the production mode.