opencodeiiita / Productivity-Tracker

6 stars 45 forks source link
express nodejs opencode21 reactjs

Productivity-Tracker

With this application we wish to create a space where we can track our day to day Work Progress, with the help of interesting imagery like Graphs and charts which will motivate us be productive. It will track how a user spends their time on different activities and at the end of the day a graph will be displayed based on the time recorded for each activity. This will motivate users to be productive if they see they the leisure time they're taking versus the actual time when they're working. The platform will also have features like organizing tasks, creating to-do lists, setting reminders for important deadlines and taking notes.


Tech Stack


Common Rules


Contribution:

Please follow the below guidelines while contributing to this project:

  1. Fork the repository and clone it to your local setup by using the command git clone <repo link>
  2. Create an upstream remote and sync your local copy before your branch. See detailed instructions here
  3. Create separate branches for each separate piece of work.
  4. Do the work and commit changes with good commit messages.
  5. Once you are confident in your work, create a pull request to the main branch of the upstream repository with proper descriptions explaining what you did and wait until we review it.