Quotomizer is a web application built with Nuxt 3 that allows users to generate and share random quotes from the quotable API. It provides a simple and elegant way to get inspired and share wisdom with others. Available at https://quotomizer.vercel.app/
- Random Quotes: Fetch and display random quotes along with their authors.
- New Quote Button: Click to get a fresh, inspiring quote.
- Share on Social Media: Easily share your favorite quotes on Twitter or Facebook.
- Themes: Customize the appearance of the quote display with different themes.
- Responsive Design: Enjoy a seamless experience on various devices and screen sizes.
- Node.js and Yarn installed on your machine.
-
Clone the repository:
git clone https://github.com/marciomed07/quotomizer.git
-
Navigate to the project directory:
cd quotomizer
-
Install dependencies:
yarn install
- Run the development server:
yarn dev
- Open your browser and visit http://localhost:3000 to see Quotomizer in action.