Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 1.76 KB

README.md

File metadata and controls

52 lines (31 loc) · 1.76 KB

React App - Render a Graph with your date/data

This single page will take your date/number to show a graph. The page will get the data from firebase database and it will update the graph. Also, it will save the data from the page and re-render the page.


Feature Description
Initial state
Error(case number)

Installation

npm install

Install the app in the development mode.\

The page will reload if you make edits.
You will also see any lint errors in the console.

npm start

Runs the app in the development mode.\

The page will reload if you make edits.
You will also see any lint errors in the console.

Change the code

Firebase Database

You need to put your own firebase account Realtime Database url to #4 in 'src/axios-db.js'. ex) baseURL: "https://graph-7b953-default-rtdb.firebaseio.com/",

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Contributors

Rebecca Choo