Steravy / FCC-random-quote-machine

This is my implementation of the random quote generator web app built with React for the freeCodeCamp Front End Development Libraries Certification.

Home Page:https://fcc-random-quote-machine-phi.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Random Quote Machine

This is a web application built with React as part of the freeCodeCamp projects series to earn the Front End Development Libraries Certification. I hope you like my implementation of it!

Random Quote Generator

Features

  • Generates random quotes on button click;
  • Allows users to share quotes on twitter;
  • Responsive design for optimal viewing on different devices;

Getting Started

Follow these instructions to get the project up and running on your local machine:

  1. Clone the repository: git clone https://github.com/Steravy/FCC-random-quote-machine.git
  2. Navigate to the project folder: cd random-quote-generator
  3. Install dependencies: npm install
  4. Start the development server: npm run dev
  5. Open your web browser and visit: http://localhost:5173/ - i used vite to start the ptoject.

Technologies Used

  • React
  • HTML
  • CSS
  • TypeScript
  • Vite
  • Tailwind CSS

Author

Stefan Vitoria

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

This is my implementation of the random quote generator web app built with React for the freeCodeCamp Front End Development Libraries Certification.

https://fcc-random-quote-machine-phi.vercel.app


Languages

Language:TypeScript 74.8%Language:JavaScript 11.9%Language:HTML 7.6%Language:CSS 5.8%