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

https://github.com/salithaucsc/todoapp

Simple To Do App created using Laravel, jQuery, Ajax and Bootstrap.
https://github.com/salithaucsc/todoapp

ajax bootstrap3 jquery laravel5 php

Last synced: about 1 year ago
JSON representation

Simple To Do App created using Laravel, jQuery, Ajax and Bootstrap.

Awesome Lists containing this project

README

          

# ToDoApp
## How to create a simple ToDo application using Laravel, Ajax, jQuery and Bootstrap. Tasks are stored in a MYSQL database.
### Instructions to setup
1. Download the zip file.
2. Extract it and rename as **ToDoApp**.
3. Run XAMPP or WAMP and go to "http://localhost/phpmyadmin".
4. Create a new database called **laravel_todo** and select it.
5. Then import the SQL file included in the project folder called **laravel_todo.sql**.
6. Navigate to "C:\xampp\htdocs" folder (if you are using XAMPP) or "C:\wamp\www" folder (if you are using WAMP).
7. Now move the **ToDoApp** folder into it.
8. Open a **cmd** and go into the project folder using : cd "C:\xampp\htdocs\ToDoApp
9. Type **php artisan serve** in cmd.
9. Open the web browser and type the URL for the project as - "http://localhost:8000".

![todo](https://user-images.githubusercontent.com/23145752/38751381-90d89a94-3f75-11e8-91ba-39fa47f5dd6a.png)

![todo1](https://user-images.githubusercontent.com/23145752/38751511-fbc1f8b4-3f75-11e8-8d8c-b2093d12ffc6.png)

![todo2](https://user-images.githubusercontent.com/23145752/38751732-932000b6-3f76-11e8-8bc5-df040aa62c93.png)