Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 530 Bytes

File metadata and controls

24 lines (15 loc) · 530 Bytes

About

A to do list project which was created during studying at Hyper Island.
The app allows user to add and delete tasks and lists, mark tasks as important and completed.
All data is stored in Local Storage.

Run application

Install dependencies:

npm i

In the project directory, run the following command to build the application:

npm run build

Open index.html from the public directory to view the app in the browser.

Technology Stack

  • JavaScript
  • HTML
  • CSS
  • Responsive layout powered by Grid and Flexbox