Skip to content

Instantly share code, notes, and snippets.

@vinitshahdeo
Last active January 9, 2022 10:40
Show Gist options
  • Save vinitshahdeo/6b0989ed141cea17e5375bd72526d665 to your computer and use it in GitHub Desktop.
Save vinitshahdeo/6b0989ed141cea17e5375bd72526d665 to your computer and use it in GitHub Desktop.
Create a React App to show random quotes using API

Problem Statement

Create a React App to display random quote inside a card that is centred within the page. You can use inspirational-quotes module to fetch random quotes.

NPM VERSION

Additional features

  • A CTA (Button) to refresh the quote.
  • Auto-update the quote after every 2 mins.

Suggestions

  • If you're looking for online IDEs, it's recommended to use CodeSandbox.
  • You may use any framework like Bootstrap to make it responsive.

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment