This is a React application that generates random quotes. Each time you click the "New quote" button, a new quote will be displayed along with the author. You can also share the quotes on Twitter or Tumblr using the provided buttons.
- Clone the repository or download the code files.
- Navigate to the project directory.
- Install the dependencies by running the following command:
npm install- Start the development server with the following command:
npm start- Open your web browser and visit
http://localhost:3000to see the application.
- Click the "New quote" button to generate a random quote.
- The quote and author will be displayed in the application.
- Use the Twitter and Tumblr buttons to share the quote on social media.
- React: A JavaScript library for building user interfaces.
- JQuery: A fast, small, and feature-rich JavaScript library.
- Fetch API: A modern JavaScript API for making HTTP requests.
- This project was developed by Malanski.
- The random quotes used in this application are sourced from camperbot.
This project is licensed under the MIT License. Feel free to modify the content of the README file according to your needs.