Basically it will be useful for tracking how much time you have spent on your project. From when to when you have worked on what bugs/features. Also it will be benefitial for freelacers for tracking their time for projects.
# Clone the repository
git clone https://github.com/shubhamku044/time-tracker-client.git
cd time-tracker-client
yarn install
# To run the web-app locally
yarn dev
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request