Skip to content

Miller1999/QuoteVerse

Repository files navigation

QuoteVerse

Solution for a challenge from Devchallenges.io.

Table of Contents

Overview

  • Where can I see your demo? You can see my demo on this repo at the beginning, in devChallenges.io where you can give me your feedback and in linkedin
  • What was your experience? I love do this challenge, the reason is i have to practice a lot and learn some uses for technologies included on React like routes and context
  • What have you learned/improved? I improve the way i work with context, tailwind, routes and vite on React.

Built With

Features

Challenge: Create a quote generator app. Use Front-end libraries like React or Vue. Don’t look at the existing solution. Fulfill user stories below:

  • User story: I can see a random quote
  • User story: I generate a new random quote
  • User story: When I select quote author, I can see a list of quotes from them
  • User story: I can see quote genre under the author

This application/site was created as a submission to a [DevChallenges](https://devchallenges.io/challenges) challenge. The [challenge](https://devchallenges.io/challenges/hH6PbOHBdPm6otzw2De5) was to build an application to complete the given user stories.

How To Use

To clone and run this application, you'll need Git, Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/Miller1999/QuoteVerse.git

# Install dependencies
$ npm install

# Run the app
$ npm run dev

Contact