viTracker is a single page application to manage tasks by estimated duration and status.
- The app should present visually a list of tasks in 3 different states: Planned, In progress, Completed.
- Each task should contain name, description, estimated duration and state.
- The user should be to be able to add, update and delete the tasks.
- The app should present an up to date status, adding up all tasks duration for each state.
Libraries and frameworks used in this application:
- ReactJS
- TypeScript
- React Icons
- React Transition Group
- Styled Components
- JSON Server
- Axios
- Luxon
- Eslint
- Prettier
- EditorConfig
Clone the project and access the folder
$ git clone https://github.com/brunomendonca-com/viTracker.git && cd viTrackerInstall dependencies
$ yarnStart mock REST API
$ npx json-server --watch db.json --port 3333Start application
$ yarn startMade with 💖 by Bruno Mendonça ✌ Check my LinkedIn profile