/hall-of-fame

Webapp project using React

Primary LanguageJavaScript

Hall of Fame

Website using React

Summary

This was an opportunity to rehearse using array prototypes in React in order to display user data in the DOM, also get to experiment with state and props using a dataset. This website displays cards with people's pictures, information and some nice words of wisdom by each of them.

Check the application here!

Screenshot

Goals

  • Flex muscles with CSS grid.
  • Get more comfortable using react.
  • Implement a nice looking UI.
  • Write modular, reusable code that follows SRP (Single Responibility Principle) and SOLID principle

Built with:

  • React
  • CSS