This is a simple Random Quote Generator app built with React. It displays random quotes to the user.
- Displays quotes with the author's name
- Allows users to generate a new random quote
- Clone the repository:
git clone https://github.com/yourusername/random-quote-generator.git
- Navigate to the project directory:
cd random-quote-generator
- Install the dependencies:
npm install
To start the development server, run:
npm start
Open http://localhost:3000 to view the app in your browser.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License.