bullet03 / angular-todo

todo app using Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AngularTodo

Classic Todo application with the best Angular practices. User may add todo, change, delete, mark it as done. Data is saved in local db.json.

To Run Locally

  • clone the repo
  • use npm install to install all the dependencies
  • run ng serve --open to run locally
  • run json-server --watch db.json to run server locally

Technologies

  • Angular CLI version 16.2.0
  • CSS
  • Routing

Scheme

My Image

About

todo app using Angular


Languages

Language:TypeScript 74.0%Language:HTML 20.3%Language:CSS 5.6%