An open API service indexing awesome lists of open source software.

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

A simple todo app written in php using https://laravel.com and https://reactjs.org.
https://github.com/nabidam/laravel-react-todo

font-awesome laravel material-ui php react todo

Last synced: 10 months ago
JSON representation

A simple todo app written in php using https://laravel.com and https://reactjs.org.

Awesome Lists containing this project

README

          

# laravel-react-todo
A simple todo app written in php using [Laravel](https://laravel.com) and [ReactJS](https://reactjs.org).

# 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
* [Laravel](https://laravel.com)
* [ReactJS](https://reactjs.org)
* [Material UI](https://material-ui.com)
* [Font Awesome](https://fontawesome.com)

# Thanks to
I used [Taskman](https://github.com/ammezie/tasksman)'s codes to write this app, their functionality are similar, but they just differ in UI.

# Screenshots
![pic1](Screenshot_20190315_165244.png)
![pic2](Screenshot_20190315_165331.png)