Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

nabidam/laravel-react-todo

Repository files navigation

laravel-react-todo

A simple todo app written in php using Laravel and ReactJS.

Getting Started

Clone the project by running the command below:

git clone https://github.com/nabidam/laravel-react-todo.git

then run:

composer install

npm install

rename .env.example to .env then run:

php artisan key:generate

then fill your database details in your .env file

now you can run migrations:

php artisan migrate

then start the application:

php artisan serve

and visit http://localhost:8000 to see the application.

Built with

Thanks to

I used Taskman's codes to write this app, their functionality are similar, but they just differ in UI.

Screenshots

pic1 pic2