Skip to content

Latest commit

 

History

History
53 lines (39 loc) · 957 Bytes

README.md

File metadata and controls

53 lines (39 loc) · 957 Bytes

ToDo App

Laravel version:9.14

About the application

The idea of the application is make a list of tasks, you want to complete or things that you want to do


To use this application first clone it :

git clone https://github.com/farghly/Todo-App.git

After cloning it istall packages

composer install

copy env from env.example

copy .env.example .env

And config your env file with database

Don't forget to generate key

php artisan key:generate

Migrate database

php artisan migrate

And launch the application

php artisan serve

Screenshots from application

Register screen

SignIn screen

SignIn screen

SignIn screen

Tasks list screen

SignIn screen