Skip to content

BakayAlexander/task-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple task manager

This project was building with Create React App.

Description:

  • Admin user (login: admin, password: 123)
  • Login and authoriztion.
  • Get tasks from api (https://uxcandy.com/~shapoval/test-task-backend/v2/) can update states and text of tasks.
  • All users can add tasks.
  • All users can change sorting of tasks by: number, email, status or user.

Goal - improvement technical skills:

  • Use Redux
  • Work with API
  • Typing in React
  • Responsive design
  • Routing
  • Work with SVG
  • BEM

npm run start

  • Download this project or git clone
  • Run command npm i
  • Run npm run start
  • Open http://localhost:3000 to view it in your browser.
  • Admin user (login: admin, password: 123)

The page will reload when you make changes.

Technical stack:

  • 😎 Create React App (CRA)
  • 🔥 React
  • 📡 Redux
  • 👞 CodeStyle - Prettier;
  • 👗 Styling - BEM

Public domain

Releases

No releases published

Packages

No packages published