An interactive web app that displays random quotes and allows you to tweet them. This project created as part of the certification requirements for the "Front End Development Libraries" course on FreeCodeCamp.
- Displays random quotes and their authors.
- Fetches new quotes with a click of a button.
- Provides a "Tweet" button to share the current quote on Twitter.
- Built using React and CSS.
- Centered design for a pleasing user experience.
- Click the "New Quote" button to fetch and display a random quote.
- Use the "Tweet" button to share the current quote on Twitter.
- Clone this repository.
- Navigate to the project directory.
- Run
npm install
to install dependencies. - Run
npm start
to start the development server. - Open your browser and visit
http://localhost:3000
to use the app.
This project is licensed under the MIT License - see the LICENSE file for details.