Skip to content

EtheriousKing/to-do-list-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

A To-Do List Web-Application created using EJS, jQuery, Node.js, and Express. The list utilizes local storage and is divided into two pages. The first page, called the 'Work', is implemented using EJS, Node.js, Express, and jQuery. In this page, you can add, delete, and mark tasks as completed. The second page, named the 'Daily' page, is implemented using EJS, Express, and jQuery. It is entirely front-end based. This project was undertaken as a learning experience and does not include any major styling components.

Installation

  1. Clone this Repository
  2. Extract the cloned repository and navigate to it.
  3. Run npm install
  4. Run node index.js
  5. Open your browser and navigate to http://localhost:3000/