
A simple and fully dynamic Todo application where users can create and manage their tasks seamlessly. Built with modern web technologies.
- Laravel 10
- React 18
- TanStack React Query
- Inertia.js
- Axios
- Create, update, and delete Todos.
- Dynamic and real-time interaction between front-end and back-end.
- Responsive design for better usability.
- Modern tech stack for a smooth user experience.
Follow the steps below to get the application running on your local machine:
- PHP 8.1 or higher
- Composer
- Node.js and npm/yarn
- MySQL or any other supported database
-
Clone the repository
git clone https://github.com/ahmod001/todo-app.git cd todo-app
-
Install PHP dependencies
composer install
-
Install JavaScript dependencies
npm install # or yarn install
-
Configure the environment
Copy the
.env.example
file to.env
and update the database credentials and other configuration variables.cp .env.example .env
-
Generate application key
php artisan key:generate
-
Run migrations
php artisan migrate
-
Build assets
npm run dev # or for production npm run build
-
Start the development server
php artisan serve
-
Access the application
Open your browser and navigate to
http://localhost:8000
.
- Navigate to the Todo section to add your tasks.
- Edit or delete tasks directly from the UI.
Feel free to contribute by opening issues or submitting pull requests. For major changes, please open an issue first to discuss your ideas.
This project is licensed under the MIT License.
Happy coding! 🎉