Get a list of foods with their nutritional information from our API and format it into a table using JavaScript, Babel, and React.JS.
Feel free to consult as many outside resources as you would like and push your code to a fork of this repository when you are done.
Questions, errors, or needed clarifications? Reach out here: sirajsc2 [at] illinois [dot] edu
.
- Fork this repository
- Make a GET request to
https://founders-takehome-api.herokuapp.com/api/fetch
in theTable
React component - Process this data into an HTML Table that is returned for rendering by the
Table
component - Don't forget to commit and push your solution
- Clone your fork of this repository
- Run a local HTTP server (any solution is fine,
http-server
is a good option)