Skip to content

viTracker is a single page application to manage tasks by estimated duration and status.

Notifications You must be signed in to change notification settings

brunomendonca-com/viTracker

Repository files navigation

viTracker - Visual Task Tracker

viTracker

About the project

viTracker is a single page application to manage tasks by estimated duration and status.

Project Requirements

  • 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.

Technologies

Libraries and frameworks used in this application:

Getting started

Requirements

Clone the project and access the folder

$ git clone https://github.com/brunomendonca-com/viTracker.git && cd viTracker

Install dependencies

$ yarn

Start mock REST API

$ npx json-server --watch db.json --port 3333

Start application

$ yarn start

Well done, project is started!


Made with 💖  by Bruno Mendonça ✌  Check my LinkedIn profile

About

viTracker is a single page application to manage tasks by estimated duration and status.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published