Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.46 KB

File metadata and controls

63 lines (39 loc) · 1.46 KB

Random Quote Machine

Description

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.

Features

  • Generate random quotes with a button click.
  • Share quotes on Twitter.
  • Responsive design using Bootstrap.

Technologies Used

  • React – For building the user interface.
  • Bootstrap – For styling and responsive design.
  • JavaScript (ES6+) – For logic and functionality.
  • HTML & CSS – For structure and styling.

Installation

Clone this repository:

git clone https://github.com/your-username/random-quote-machine.git

Navigate to the project folder:

cd random-quote-machine

Install dependencies:

npm install

Start the development server:

npm start

Usage

  • Click the New Quote button to generate a random quote.

  • Click the Twitter button to share the current quote on Twitter.

Live Demo

Check out the live version here

Contributing

If you would like to contribute, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License.