Solution for a challenge from Devchallenges.io.
Took me quite some time to finish this project. Struggled mainly with React Hooks, pretty sure passing this many props is not a good way to go about this project. Would need to read up more on Component Lifecycle Events. Overall, I am happy with my HTML and CSS skills, especially in making the page responsive.
This application/site was created as a submission to a DevChallenges challenge. The challenge was to build an application to complete the given user stories.
To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/your-user-name/your-project-name
# Install dependencies
$ npm install
# Run the app
$ npm start