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.
- Host: GitHub
- URL: https://github.com/nabidam/laravel-react-todo
- Owner: nabidam
- Created: 2019-03-15T12:21:53.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:52:57.000Z (over 3 years ago)
- Last Synced: 2023-03-03T17:52:10.683Z (over 3 years ago)
- Topics: font-awesome, laravel, material-ui, php, react, todo
- Language: PHP
- Homepage:
- Size: 2.57 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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

