/random-quote-generator

A challenge from devChallenge setting some features up.

Primary LanguageJavaScript

Random Quote Generator

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

Gif for the random quote generator

Features

That is my first project using React. Although my main idea was to replicate the original challenge, as long as I was advancing with the app, some new features came to my mind so, I couldn't stop myself from setting them up.

  • I added an input to do queries. You can do text search query or author search query
  • I added pagination so you can see all quotes written by the author (or all search queries)

I wanted to focus on functional components and practice on that, so the app style doesn't exactly look like the design.

Spinner loader is from loading.io

Built With

  • React
  • Webpack

Contact