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.
To run this application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/quote-generator-react.git
-
Navigate to the project directory:
cd quote-generator-react
-
Install the dependencies:
npm install
-
Once the installation is complete, start the development server:
npm start
-
Open your web browser and navigate to
http://localhost:3000
to see the Quote Generator app in action. -
Click the "Get New Quote" button to fetch and display a new Kanye West quote.