This Pomodoro timer application, built with Laravel and Vite, offers an enhanced productivity experience with customizable time management and task tracking features.
- Pomodoro Timer: Set session and break lengths, start, pause, and reset the timer.
- To-Do List: Manage tasks alongside the Pomodoro timer.
- Audio Feedback: Enjoy audio cues for pause and backward actions.
- Responsive Design: Works seamlessly on various screen sizes.
- Laravel: A PHP web application framework that provides expressive syntax and tools for building modern web applications.
- Vite: A next-generation frontend build tool that provides a fast development server with hot module replacement (HMR) and efficient production builds.
- Clone the repository.
- Navigate to the project directory.
- Run
composer install
to install Laravel dependencies. - Run
npm install
to install Vite dependencies. - Configure your environment variables (if needed).
- Run
php artisan serve
to start the Laravel development server. - Run
npm run dev
to start the Vite development server. - Open the application in your web browser.
app/
: Laravel application files.resources/
: Laravel resources such as views and assets.public/
: Publicly accessible files.vite/
: Vite configuration and frontend source files.
- This application is designed for personal productivity and time management.
- Feel free to customize or contribute to the code. Your feedback and contributions are welcome.
Brayann W. F. Barbosa
This project is licensed under the MIT License.