- install project: npm install
- install json-server: npm install -g json-server
- run json-server: json-server db.json(on localhost:3000)
- then: npm start(on localhost:3001)
Using React / Redux Using json-server.
CRUD operations with tasks. Ability to mark a task as completed. Task contains name, description, creation time and priority. Task priority filter. Sort by creation date. Authorization(no server and database, only client). Auth validation(Redux-form). Moving tasks to completed and backward using Drag & Drop. Switch to tile display tasks and back. Assigning a random color to each task. Adaptive and responsive layout. Animation. Use SCSS.