Skip to content

nataburdyey/opinion-spot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpinionSpot

The OpinionSpot project is a React application that showcases a collection of reviews from different individuals. This app was developed to explore React hooks, with a particular focus on mastering useState. The project allows users to explore the reviews by navigating through them using next and previous buttons. Additionally, there is a button to display a random review. The reviews include information such as the person's name, job, and their review text. The project also provides an optional integration of React Icons for additional styling and visual appeal.

Tech Stack

  • HTML: The fundamental language used for structuring the web application's content and user interface.
  • JavaScript: The foundational programming language for creating responsive and interactive features.
  • React: The powerful JavaScript library used to build the project:
    • useState: The React hook used to manage state.
  • React Icons: The popular library that provides a vast collection of icons for enhancing the user interface and user experience in the project.

Explore the Website

OpinionSpot on Netlify

Preview

OpinionSpot React Project