Skip to content

The-Marcy-Lab-School/unit-8-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Unit 8 (Mini) Project: Build a React App!

Directions

Congratulations! You've made it to the end of our React unit! Now it's time to solidify and extend upon your foundational knowledge by building a small project that pushes you to bring multiple concepts together.

This task is basically a remix on our Unit 6 Project. Your assignment is to build a frontend application that leverages the React library. The requirements of this project are straightforward. You must build a frontend application that fetches data from some external API and presents some novel view or insights based on that data. Like last time, I encourage you to choose a problem, data set, or API that you are personally interested in. However, the curricular focus for this project is your UI. As such, prefer simpler APIs/data sets that you can fashion complex UIs around.

Consider the following APIs:

  1. Edamam (Recipes + Food Info)
  2. Open Weather
  3. Good Reads
  4. GitHub
  5. Eventbrite
  6. 538
  7. Rap Genius
  8. Fortnite Stats

There is so much more out there too! Check out this repo of open APIs on GitHub!

Lastly, you can also just refactor your unit 6 project to use React! This is a great opportunity to shore up the UI for that project so that you can add it to your portfolio!

Project Guidelines

  • Your UI must be composed primarily of functional componets that use React Hooks to maintain state and make your asynchronous requests.
  • Add some client side routing with React Router.
  • If you find yourself "prop drilling" use Context to maintain some global state.

Releases

No releases published

Packages

No packages published