[sxnaprkhr]Random Quote Machine

Hey guys, I made my first React Hooks project using create-react-app and styled-components. Feedback is appreciated.
https://github.com/sxnaprkhr/front-end-projects/tree/main/freeCodeCamp-projects/front-end-libraries-projects/random-quote-machine

Hi @sxnaprkhr!

It would help to see the live version as well.

I have just completed random quote machine using react hooks and styled-components. Can anyone provide feedback for it?

Link to GitHub Live Site

Your generator looks good @sxnaprkhr. Some things to revisit;

  • Keep the test script when forking the pen (<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>)
  • The test script should be included, with all tests passing, when you submit your projects.
  • Make it responsive. There’s a scrollbar on smaller screens.
1 Like