BoardInfinityAssignment

This assignment is the in which i have to make TODOlist using nodejs

I have included all my my code in app.js ,style.css and index.html files

This is what we get at End of Project:->

Screenshot (1671)

Step to make this project

Make one directory name "TODOLIST"

then create three files inside it app.js,style.css,index.html

start the npm

using npm init

Also include dependencies

using npm i express.js,bodyparser

where i is install

to start the project i used

nodemon app.js

using git

Screenshot (1672)

It will start at port 3000.