Skip to content

JeanSoro/reactCarDealership

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Using React.js in this project allowed me to display sorted and filtered dummy data that I created to mimic data coming from a back-end server based on user feedback. I also made use of styled components and an higher order component. Using React's Context API as the single source of truth to manage state and hydrate all of the necessary components with props was the most challenging part of this project.