-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a react version of the demo notebook. (#4)
- Loading branch information
Showing
8 changed files
with
17,601 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,6 @@ docs/_autosummary | |
|
||
# Notebook checkpoints. | ||
.ipynb_checkpoints | ||
|
||
# Node modules. | ||
node_modules |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# REM React Demo | ||
|
||
This demonstration illustrates how to use [react](https://react.dev/) to call | ||
Rewiring America's Residential Electrification(REM) API. It constructs a web page | ||
that allows users to type in their address and current heating fuel and get an | ||
estimate of how much they could save by switching to a heat pump. | ||
|
||
To the user, the final result looks a lot like our [HTML/JavaScript demo](../www). | ||
The only difference is that this version is written in react. | ||
|
||
If you are not already familiar with react, we suggest you have a look | ||
at the [Tic-Tac-Toe Tutorial](https://react.dev/learn/tutorial-tic-tac-toe), | ||
which is a great interactive introduction to react. |
Oops, something went wrong.