Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 409 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 409 Bytes

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.