Skip to content

This project was built for learning purposes. If you are interested in exploring React, Laravel, and the magic of TanStack Query, be sure to check out this repository

Notifications You must be signed in to change notification settings

ahmod001/todo-app

Repository files navigation

Todo App

App Preview

A simple and fully dynamic Todo application where users can create and manage their tasks seamlessly. Built with modern web technologies.

Technologies Used

  • Laravel 10
  • React 18
  • TanStack React Query
  • Inertia.js
  • Axios

Features

  • 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.

Installation and Setup

Follow the steps below to get the application running on your local machine:

Prerequisites

  • PHP 8.1 or higher
  • Composer
  • Node.js and npm/yarn
  • MySQL or any other supported database

Steps

  1. Clone the repository

    git clone https://github.com/ahmod001/todo-app.git
    cd todo-app
  2. Install PHP dependencies

    composer install
  3. Install JavaScript dependencies

    npm install
    # or
    yarn install
  4. Configure the environment

    Copy the .env.example file to .env and update the database credentials and other configuration variables.

    cp .env.example .env
  5. Generate application key

    php artisan key:generate
  6. Run migrations

    php artisan migrate
  7. Build assets

    npm run dev
    # or for production
    npm run build
  8. Start the development server

    php artisan serve
  9. Access the application

    Open your browser and navigate to http://localhost:8000.

Usage

  • Navigate to the Todo section to add your tasks.
  • Edit or delete tasks directly from the UI.

Contributing

Feel free to contribute by opening issues or submitting pull requests. For major changes, please open an issue first to discuss your ideas.

License

This project is licensed under the MIT License.


Happy coding! 🎉

About

This project was built for learning purposes. If you are interested in exploring React, Laravel, and the magic of TanStack Query, be sure to check out this repository

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages