This project was bootstrapped with Create React App.
- a navigation area with two buttons that when clicked should toggle between two graphs
- 2 separate graphs of you choosing from the fusionCharts library
- each graph should pull dynamic data from ANY api of your choosing (these data can be as complex or as simple as you'd like)
- if you run out of time, you can choose to populate one or both of the graphs with hard-coded data
- The page should be styled nicely and responsive.
- see the file
mockup.png
for a basic reference
- Fusion Charts React Setup
- https://www.fusioncharts.com/download/fusioncharts-suite-xt?framework=
- Go through this tutorial to familiarize yourself with rails: https://medium.com/@nancydo7/ruby-on-rails-crud-tutorial-899117710c7a
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.