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/fetchin theTableReact component - Process this data into an HTML Table that is returned for rendering by the
Tablecomponent - 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-serveris a good option)