Skip to content

AmbidexterT/ziphr-localstorage-todo

Repository files navigation

ZipHR Front-end Assignment

Using Angular 14 and Bootstrap 5.2.

Development

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

Features

  • View list of todos.
  • Click to mark a todo as done.
  • Clean up todos that are done.
  • Use localStorage to store data.
  • Todo creation page.

Pages

  • / Todos list.
  • /new Create new todo.