https://github.com/joehunterdev/timebox
🎯📦Timboxing planner, inspired by Steve Jobs' favorite method of focus and prioritization.
https://github.com/joehunterdev/timebox
laravel react redux timeboxing todolist
Last synced: 4 months ago
JSON representation
🎯📦Timboxing planner, inspired by Steve Jobs' favorite method of focus and prioritization.
- Host: GitHub
- URL: https://github.com/joehunterdev/timebox
- Owner: joehunterdev
- License: mit
- Created: 2024-01-11T17:36:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-03T20:16:55.000Z (over 1 year ago)
- Last Synced: 2025-01-15T21:39:18.965Z (5 months ago)
- Topics: laravel, react, redux, timeboxing, todolist
- Language: PHP
- Homepage: https://timebox.joehunter.dev
- Size: 4.07 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel + React Timeboxer
Timeboxer is a drag-and-drop todo application with visually re-adjustable time slots to fill an 8-hour day. It's designed to help manage your time effectively and focus on what truly matters. This happens to have been **Steve Jobs** goto method for todo management.
[See the Demo](https://timebox.joehunter.dev)
## Features
- 📝 Drag and Drop: Easily organize your tasks with a user-friendly interface.
- 🌅 Time Management: Set specific time periods for tasks to improve productivity.
- 🧩 Task Prioritization: Prioritize your tasks.
- 🎨 API: The application includes an API with a well-defined data structure.## 🏁 Getting Started
The application is built using Laravel and React.
Here are the steps to set it up:
1. Clone the repository
2. Install `package.json`, `composer.json` dependancies.
3. Create MySQL database and update `.env` file with your database credentials
4. `php artisan migrate` to create the database
5. `php artisan db:seed` to seed the database
6. See package.json for commands and `webpack.mix.js` for build settings.
7. `$ php artisan serve`