Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.02 KB

Time Tracker


Screenshots

Home Screen React

💁 About the Project

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.

Installation

# Clone the repository
git clone https://github.com/shubhamku044/time-tracker-client.git
cd time-tracker-client
yarn install

Starting the application

# To run the web-app locally
yarn dev

🤝 Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contributers