https://github.com/kalwar/daylight_app
A very simple Symfony 7 daylight-app for demonstrating REACT + Symfony
https://github.com/kalwar/daylight_app
daylight react simple-app symfony symfony7
Last synced: 4 months ago
JSON representation
A very simple Symfony 7 daylight-app for demonstrating REACT + Symfony
- Host: GitHub
- URL: https://github.com/kalwar/daylight_app
- Owner: kalwar
- Created: 2024-05-09T16:45:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-16T02:56:50.000Z (about 1 year ago)
- Last Synced: 2025-01-17T19:55:30.654Z (5 months ago)
- Topics: daylight, react, simple-app, symfony, symfony7
- Language: PHP
- Homepage:
- Size: 379 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Daylight-app
A very simple Symfony 7 daylight-app for demonstrating REACT + Symfony

## Description
This project uses Symfony 7 for showing daylight time changes in different parts of the country. A form is created where user can input a name of any city and displays the change in daylight length in minutes in that location.
## Getting Started
- Simply clone the repository
- Install dependencies by running `composer install`
- Install front-end dependencies by running `npm install`
- Also install dependencies in frontend folder cd /frontend and `npm install`### Dependencies [OPTIONAL]
- This repo requires you have [Symfony-MAMP](https://github.com/kalwar/Symfony-MAMP) installed and working in your local computer
### Installing
- In order to see graph, you must always run frontend REACT application from root folder
- `npm run dev`### Attribution
- This repo uses `pentatrion/vite-bundle`
- This repo also uses two free API from
`geocode.maps.co` and `sunrise-sunset.org`## Reference
Use solely for reference material only