This is a simple web application that displays random quotes and allows you to share them on Twitter. The background color of the page also changes every time a new quote is generated
- Display Random Quotes: Shows a new quote from a curated list each time the "New Quote" button is clicked.
- Tweet Quotes: Allows you to share the current quote on your Twitter feed.
- Dynamic Background Colors: The background color of the page changes with each new quote.
- Responsive Design: The application is designed to work well on different screen sizes.
To get a local copy up and running, follow these simple steps.
- Node.js installed on your machine.
- Clone the repo
git clone https://github.com/Ayokanmi-Adejola/Random-Quote-Machine
- Install NPM packages
npm install
- Start the development server
npm run dev
- Open your browser and navigate to
http://localhost:5173/
