Todo is an application where users can add tasks and change the state of one or many tasks.
To change a state of the task, users can drag and drop from Progress to Done and vice versa
This project was generated with Angular CLI version 8.2.1.
- Node 8.9.4
- ngrx 8.3.0
- Angular CLI 8.2.1
- Angular 8.2.1
- ng2-dragula 2.1.1
- RxJS 6.4.0f
- Typescript 3.5.3
- Bootstrap 4.3.1
Clone the repo
git clone https://github.com/Choukouali2014/todo.git
Run cd todo to go inside the directory
Install dependencies
Run npm install
This application uses a backend counterpart:
Run json-server --watch db.json to start JSON Server
Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.
Run ng build to generate Built Files in the dist directory.