Beat procrastination, one 5-minute task at a time!
- User authentication (sign up/sign in)
- Add, manage, and complete 5-minute tasks
- Random task recommender
- XP and level system
- Daily streak tracking
- Progress stats dashboard
- Clone the repository:
git clone https://github.com/leecheeyong/FiveMinFix.git cd FiveMinFix - Install dependencies:
npm install # or yarn install - Configure Firebase:
- Go to Firebase Console and create a new project.
- Enable Authentication (Email/Password).
- Set up Cloud Firestore in test mode (or with secured rules).
- Edit the
src/firebase.jsfile, replace with your Firebase credentials
Contributions are welcome! Please open issues or pull requests for improvements and bug fixes.
FiveMinFix is available as open source under the terms of the MIT License.
