getify / demo-app-weatheround

MIT License
7 stars 1 forks source link

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, which uses the React library 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.

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 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 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.