https://github.com/jkmagnussen/agenda
A to do list/ schedule application that demonstrates front end React in addition to backend Laravel and MySQL.
https://github.com/jkmagnussen/agenda
Last synced: 3 months ago
JSON representation
A to do list/ schedule application that demonstrates front end React in addition to backend Laravel and MySQL.
- Host: GitHub
- URL: https://github.com/jkmagnussen/agenda
- Owner: jkmagnussen
- Created: 2021-08-30T21:26:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T16:11:05.000Z (almost 4 years ago)
- Last Synced: 2025-01-21T05:42:53.742Z (5 months ago)
- Language: PHP
- Size: 805 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Agenda
## About This Application:
This application is designed to provide a user authenticated account that enables individuals to store a to do list with or without a deadline that categorises tasks based on whether they're completed or not.
By developing this application, i intend to demonstrate my ability and competence with full stack development, encompassing front-end JavaScript (React), back-end php(Laravel) and a database (MySQL) enabling the application to securely hold persistent data.
To run the application React Front End:
In the project directory, you can run -
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.The back end must be run seperately in conjunction with this. To run the application Laravel Back End:
In the project directory, you can run -
./vendor/bin/sail up