Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aaronmts/temperature-app
A basic React web application.
https://github.com/aaronmts/temperature-app
frontend react reactjs reactstates
Last synced: about 18 hours ago
JSON representation
A basic React web application.
- Host: GitHub
- URL: https://github.com/aaronmts/temperature-app
- Owner: AaronMTS
- Created: 2024-10-13T13:40:08.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-28T15:08:43.000Z (21 days ago)
- Last Synced: 2024-10-28T17:28:03.859Z (21 days ago)
- Topics: frontend, react, reactjs, reactstates
- Language: JavaScript
- Homepage: https://aaronmts.github.io/temperature-app/
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temperature Control Web App
Covers some of the fundamentals of ReactJS, such as:
* Component-based programming
* Props
* StatesThis project was based on a React app made by [Chris Blakely](https://www.youtube.com/@ChrisBlakely).