https://github.com/roninjosue/random-quote-machine
Random Quote Machine
https://github.com/roninjosue/random-quote-machine
freecodecamp react
Last synced: 3 months ago
JSON representation
Random Quote Machine
- Host: GitHub
- URL: https://github.com/roninjosue/random-quote-machine
- Owner: roninJosue
- Created: 2021-11-07T17:14:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-29T02:53:32.000Z (about 3 years ago)
- Last Synced: 2025-01-09T14:56:17.386Z (4 months ago)
- Topics: freecodecamp, react
- Language: JavaScript
- Homepage: https://rc-random-quote-machine.netlify.app/
- Size: 261 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Random Quote Machine
Solution for Front End Development Libraries project.## Table of Contents
- [Overview](#overview)
- [Built With](#built-with)
- [Installation](#installation)
- [Features](#features)
- [Contact](#contact)## Overview
### This is how the application is displayed on desktop and mobile

![]()
### Built With- [React](https://reactjs.org/)
- [Create React App](https://create-react-app.dev/)
- [Sass](https://sass-lang.com/)This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
### Installation
1. Clone or download the repository.
2. Install all the dependencies using the following command.
```bash
npm install
```
3. Run the application using the following command.
```bash
npm run start
```## Features
This application/site was created as a submission to a Front End Development Libraries project from freeCodeCamp.
The application is a simple React application that displays a random quote from a list of quotes. It also has a button
that allows the user to generate a new quote.---
## Contact
- GitHub [@roninJosue](https://github.com/roninJosue)
- Instagram [roninJosue](https://www.instagram.com/roninjosue)