This project is a todo app made with angular. Todos are stored in an external API.
This app with NGRX
You need to have node installed on your machine and Angular CLI.
- Clone & install
git clone git@github.com:GermainMichaud/Todo-Angular.git
cd Todo-Angular
npm i # or npm install
- 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
No external depedencies
No external dev depedencies
- Write test
- Use NGRX for state managment