Skip to content

jivko25/Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 

Repository files navigation

How to start

npm i
npm start

About the project

Simple Task manager using React, TypeScript, SASS, MobX

Functionalities

  • 3 columns - To Do, In Progress and Done

  • Add task

  • Edit task

  • Change the state of the task. Only the following variants are permitted:

    • From To Do to In Progress
    • From In Progress to To Do
    • From In Progress to Done
  • Filter tasks by assignment

Answers

  • I think my code is robust, because most of it is clean and easy to read. I tryed to make it as much as simple. Part of it is possible to be complicated, because I met with some of technologies like TypeScript and MobX for first time and I am not sure its the right way of using them.
  • I would like to add some functionalities like drag and drop tasks, authentication, making teams, chat inside the team, end time of each task and color depends of it.
  • I think this task is complexity, because it contains the main parts of Front-End developmet. My rate is 4.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors