Skip to content

pooorj/nodeJs-toDo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple To Do List application built with Node.js and Express

Nodejs application that let's you add and complete task on a single page, storing both new and completed task in a different array. This appllication makes use of:

  • EJS - A simple templating engine that lets you generate HTML markup with plain JS
  • Body-parser - This extracts the entire body portion of an incoming request stream and exposes it on req.body

thumbnail jpg
thumbnail jpg

How to run the app locally:

  1. Run npm install to install all needed dependencies
  2. Then the run the server using npm start
  3. Navigate to your browser http://localhost:3000/ to view the app

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published