/Todo-Angular

A TODO application made with Angular

Primary LanguageTypeScriptMIT LicenseMIT

Todo APP with Angular

This project is a todo app made with angular. Todos are stored in an external API.

This app with NGRX

Demo


Content

Prerequired

You need to have node installed on your machine and Angular CLI.

Get started

  1. Clone & install
git clone git@github.com:GermainMichaud/Todo-Angular.git
cd Todo-Angular
npm i # or npm install
  1. Start project
# Development
ng serve # or npm start

# Production
ng build # npm run build

# Test
ng test # or npm run test || or npm test  ||  npm t

Dependencies

No external depedencies


Dev Dependencies

No external dev depedencies


Todo

  • Write test
  • Use NGRX for state managment

License

MIT