https://github.com/rob-gon/to-dos
Web application that I made with Laravel while I was studying the basics of it. You have your list of to-dos and you can attach each one of it to a category. The repository's name is pretty self-explanatory.
https://github.com/rob-gon/to-dos
laravel laravel-framework php8 to-do-app to-do-list
Last synced: about 2 months ago
JSON representation
Web application that I made with Laravel while I was studying the basics of it. You have your list of to-dos and you can attach each one of it to a category. The repository's name is pretty self-explanatory.
- Host: GitHub
- URL: https://github.com/rob-gon/to-dos
- Owner: Rob-Gon
- Created: 2023-12-02T03:48:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-09T12:59:13.000Z (over 1 year ago)
- Last Synced: 2025-01-25T22:22:00.920Z (8 months ago)
- Topics: laravel, laravel-framework, php8, to-do-app, to-do-list
- Language: PHP
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About The Project
This is just a simple web application that I made with Laravel while I was studying the basics of it. You have your list of to-dos and you can attach each one of it to a category. The repository's name is pretty self-explanatory.
## How To Make It Work
- Pull the project to a local repository.
- "Composer install/update".
- Re-migrate the database.