Skip to content

Latest commit

 

History

History
65 lines (43 loc) · 693 Bytes

README.md

File metadata and controls

65 lines (43 loc) · 693 Bytes

reactjs-task-manager

A reactjs project that consists in remember your priority tasks

How to install

yarn
Or
npm i

How to start

yarn start
Or
npm start

To Do:

User

  • Store user
  • Session login
  • Recover pass by Email

Avatar

  • Store file
  • Get file
  • Update file

Goal

  • Create goal
  • List goal
  • Update goal

Type Goal/Subgoal

  • Create type
  • List type by goal
  • Update type

Subgoal

  • Create subGoal
  • Update subGoal
  • List subGoal

Reached goal

  • Create reachedGoal
  • Update reachedGoal
  • List reachedGoal by subGoal