Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 540 Bytes

README.md

File metadata and controls

21 lines (17 loc) · 540 Bytes

Todo list using basic HTML, JavaScript and CSS

Demo here: https://fir-todo-95078.firebaseapp.com/

A HTML, JS and CSS todo list using:

How to use it

  • Clone it
  • $ npm install
  • $ npm run webpack (for dev, or)
  • $ npm run webpack:prod (for deployment)

To do