It's an act of delaying/postponing the important task or action you need to do regardless of knowing its consequences.
Continuously postponing updating software or fixing bugs in a project, despite knowing that these tasks are crucial for security and performance.
As we know Procrastination is a prevalent psychology-based problem that can be solved by ProActive a web-based Productivity tool.
- Manifestation
- Discipline
- Dopamine Variable Reward System
Recently we conducted a survey and got some interesting data from people facing procrastination in their daily lives. Have a look at the survey:
This is a wireframe of our ProActive Poject
- Meaningful Breaks
- Progress Tracking
- Develop a daily routine
- Distraction Control
- Timer(Pomodoro Technique), ToDo List
- Community Support
- Reactjs
- TailwindCSS
- MongoDB Atlas
- JavaScript
- Nodejs
- Expressjs
- Google Calendar API
We can make our web-based productive tool for organization-specific purposes.
Ⅰ. Fork the project.
Ⅱ. Clone the project to run on your local machine using the following command:
git clone repository link
Ⅲ. Get into the root directory
cd ProActive
Ⅳ . Create your branch.
git checkout -b your_barnch_name(example suraj/contributor)
Ⅴ . Install dependencies.
npm install
Ⅵ . Run the project.
npm run dev
Ⅶ. Stage your changes
git add <filename>
Ⅷ. Commit your changes
git commit -m "your-commit-message"
Ⅸ.Push your changes to your branch
git push origin your_branch_name
Ⅹ. Create a pull request so, that we can merge it.
We would highly appreciate it if you could star this repo to show us that it is helpful and to help others if you like it! 🌟
ProActive is licensed under the terms of the MIT License. check out LICENSE for details.