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.jsondependancies. - Create MySQL database and update
.envfile with your database credentials php artisan migrateto create the databasephp artisan db:seedto seed the database- See package.json for commands and
webpack.mix.jsfor build settings. $ php artisan serve
