Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vermenea/pomobuddy
App for studying
https://github.com/vermenea/pomobuddy
firebase-auth firebase-database framer-motion nextjs tailwind-css typescript
Last synced: 28 days ago
JSON representation
App for studying
- Host: GitHub
- URL: https://github.com/vermenea/pomobuddy
- Owner: vermenea
- License: cc0-1.0
- Created: 2024-01-06T22:42:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-04T11:42:16.000Z (6 months ago)
- Last Synced: 2024-11-11T05:13:45.426Z (3 months ago)
- Topics: firebase-auth, firebase-database, framer-motion, nextjs, tailwind-css, typescript
- Language: TypeScript
- Homepage: https://your-pomo-buddy.vercel.app/
- Size: 34.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PomoBuddy 🍅
## Overview
PomoBuddy is a Pomodoro Timer App designed to help individuals manage their work time effectively using the Pomodoro Technique. The Pomodoro Technique is a time management method that breaks work into intervals, traditionally 25 minutes in length, separated by short breaks. This technique aims to improve focus and productivity.
## Why I made this?
PomoBuddy serves a significant purpose for me and my college friends. As students, we often find ourselves overwhelmed with assignments, projects, and studying for exams. PomoBuddy emerged from our collective need for a tool that could help us manage our time more effectively and improve our productivity.## Features
- **Pomodoro Timer**
- **Short and Long Breaks**
- **Task Tracking**
- **Log in to your google account**
- **Scientific resources**
## InstallationTo run PomoBuddy locally, follow these steps:
1. Clone the repository: `git clone https://github.com/vermenea/pomo-buddy.git`
2. Navigate to the project directory: `cd pomo-buddy`
3. Install dependencies: `npm install`
4. Run: `npm run dev`## Usage
Once the app is running, you can:
- Set Pomodoro sessions by entering a task and clicking "Start".
- Take short or long breaks between study sessions.
- Track your tasks in the toStudy list.
- Play some music to enhance focus 😎
## Live DemoA live demo of PomoBuddy is available [here](https://your-pomo-buddy.vercel.app/).
Although due to developement it's not always working:3## Technologies Used
- Next.js
- TypeScript
- Tailwind CSS
- Framer-motion
- Firebase auth
- Firebase cloud storage## Future Plans
PomoBuddy is still under development, and new features will be added in future updates:
- Music integration to enhance focus during study sessions.
- Additional study methods for different productivity techniques.
- ...and more## Contribution
Contributions to PomoBuddy are welcome! To contribute, please follow these guidelines:
- Open an issue to report bugs or suggest features.
- Fork the repository and create a pull request with your changes.