Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/getify/demo-app-weatheround
https://github.com/getify/demo-app-weatheround
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/getify/demo-app-weatheround
- Owner: getify
- License: mit
- Created: 2023-10-04T15:21:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-17T17:59:38.000Z (7 months ago)
- Last Synced: 2024-11-01T18:42:35.795Z (about 2 months ago)
- Language: JavaScript
- Size: 1.32 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# WeatheRound: Demo App
**WeatheRound** is a web application built to demo the integration of a few tools. Specifically, the app is built using [RedwoodJS framework](https://redwoodjs.com), which uses the [React library](https://react.dev/) for its front-end. It's built as a "serverless" (aka "jamstack") app, which uses
To see the app running live, it's [hosted online at WeatheRound.com](https://weatheround.com).
## How It's Built
Here's a quick glimpse at some of the technology used in building this app.
### RedwoodJS
This app is built with latest [RedwoodJS](https://redwoodjs.com) v7 (7.5.1 at time of writing).
Since it's "serverless", the app only uses the "web" *side* (not the GraphQL "api" *side*).
### Frontend (React, etc)
Redwood currently uses [React library](https://react.dev/) v18 (18.2.0 at time of writing). The approach used for React is functional components with basic hooks for state management.
## License
All code and documentation are (c) 2023-2024 Kyle Simpson and released under the MIT License. A copy of the MIT License [is also included](LICENSE.txt).