sheltowt / nodejs-todo

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nodejs-todo

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

png


How to run the app locally:

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

I wrote a blog post on how to build this app, you can check it out Here

About

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


Languages

Language:JavaScript 85.9%Language:HTML 10.8%Language:CSS 3.3%