Using Angular 14 and Bootstrap 5.2.
Start serving the application to http://localhost:4000.
npm run start
Build the application to dist/.
npm run build
Check code quality.
npm run lint
- View list of todos.
- Click to mark a todo as done.
- Clean up todos that are done.
- Use
localStorageto store data. - Todo creation page.
/Todos list./newCreate new todo.