Skip to content

nustom/fusion-coding-challenge

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusion Charts coding challenge

This project was bootstrapped with Create React App.

Your task: Build a simple react app with fusion charts library

Project should consist of 3 major components

  1. a navigation area with two buttons that when clicked should toggle between two graphs
  2. 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
  1. The page should be styled nicely and responsive.
  • see the file mockup.png for a basic reference

references

Bonus (if you have time):

Available Scripts

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 80.4%
  • HTML 13.9%
  • CSS 5.7%