As we know Procrastination is a prevalent psychology-based problem that can be solved by ProActive a web-based Productivity tool.
- Meaningful Breaks
- Progress Tracking
- Develop a daily routine
- Distraction Control
- Timer(Pomodoro Technique), ToDo List
- Community Support
- Reactjs
- TailwindCSS
- MongoDB Atlas
- JavaScript
- Nodejs
- Expressjs
- CICD using GitHub Actions
- Docker for containerization
- Kubernetes for container Orchestration
- Terraform for provisioning Infrastructure
- AWS for Deployemet
Ⅰ. 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 your-name/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.