To do list web app
This project demonstrates how to create to do list app by using Angular and store data to IndexedDB via Dexie.js
- Add task (with options: time and priority)
- Delete task
- Toggle task status (done or not)
After cloning repository to your local machine, use command
pnpm installto install dependecies
then, To start a local development server, run:
ng serveOnce the server is running, open your browser and navigate to http://localhost:4200/. The application will automatically reload whenever you modify any of the source files.