Skip to content

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. Moving tasks to completed and backward using Drag & Drop. Switch to tile display tasks and back. Assigning a random color to each task. …

Notifications You must be signed in to change notification settings

AlexanderKudryavsky/task-tracker

Repository files navigation

  1. install project: npm install
  2. install json-server: npm install -g json-server
  3. run json-server: json-server db.json(on localhost:3000)
  4. 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.

About

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. Moving tasks to completed and backward using Drag & Drop. Switch to tile display tasks and back. Assigning a random color to each task. …

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published