Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 692 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 692 Bytes

Assignment 6

Project Description: TO DO LIST

  • Load To-do items fr JSON file
  • View Detais
  • Delete To-do items
  • Add new To-do items
  • Data stored in LocalStorage To-do list Screenshot

instructions of run project

// set up scss
> npm init
> npm install node-sass --save
> ./node_modules/.bin/node-sass scss/main.scss --output dist/main.css
// set up an alias for this command in package.json

// set up http-server
> npm install http-server
> ./node_modules/.bin/http-server -a localhost -p 8000 -c-1
----- or ------
> npm start // (modified alias in package.json)
// project then running at localhost:8080/homepage.html