Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

41 lines (24 loc) · 1.02 KB

Quote Generator React App

This is a simple React application that generates random quotes from Kanye West using the Kanye Rest API. Each time you click the "Get New Quote" button, a new Kanye West quote will be fetched and displayed on the screen.

Installation

To run this application locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/quote-generator-react.git
  2. Navigate to the project directory:

    cd quote-generator-react
  3. Install the dependencies:

    npm install

Usage

  1. Once the installation is complete, start the development server:

    npm start
  2. Open your web browser and navigate to http://localhost:3000 to see the Quote Generator app in action.

  3. Click the "Get New Quote" button to fetch and display a new Kanye West quote.

Quote_Generator