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.
- 📝 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.
The application is built using Laravel and React.
Here are the steps to set it up:
- Clone the repository
- Install
package.json
,composer.json
dependancies. - Create MySQL database and update
.env
file with your database credentials php artisan migrate
to create the databasephp artisan db:seed
to seed the database- See package.json for commands and
webpack.mix.js
for build settings. $ php artisan serve