The Random Quote Machine is a simple web application that generates random quotes. Users can generate new quotes at the click of a button and share them on Twitter. This project is built using React for the frontend and styled with Bootstrap CSS.
This was a project that I made for the Frontend Certification project at freeCodeCamp, and it's my first project using React and Bootstrap.
- Generate random quotes with a button click.
- Share quotes on Twitter.
- Responsive design using Bootstrap.
- React – For building the user interface.
- Bootstrap – For styling and responsive design.
- JavaScript (ES6+) – For logic and functionality.
- HTML & CSS – For structure and styling.
Clone this repository:
git clone https://github.com/your-username/random-quote-machine.gitNavigate to the project folder:
cd random-quote-machineInstall dependencies:
npm installStart the development server:
npm start-
Click the New Quote button to generate a random quote.
-
Click the Twitter button to share the current quote on Twitter.
Check out the live version here
If you would like to contribute, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.