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.
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.
- JavaScript
- HTML
- CSS
- Responsive layout powered by Grid and Flexbox