https://github.com/nhope123/inspire
Random quote generator, which produces a random programming quote.
https://github.com/nhope123/inspire
jest material-ui material-ui-icon react-router reactjs testing-library-react
Last synced: 10 months ago
JSON representation
Random quote generator, which produces a random programming quote.
- Host: GitHub
- URL: https://github.com/nhope123/inspire
- Owner: nhope123
- License: mit
- Created: 2020-08-11T00:40:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T21:45:25.000Z (about 1 year ago)
- Last Synced: 2025-02-06T04:07:24.877Z (12 months ago)
- Topics: jest, material-ui, material-ui-icon, react-router, reactjs, testing-library-react
- Language: TypeScript
- Homepage: https://nhope123.github.io/inspire/
- Size: 915 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Inspire Random Quote Machine
**Inspire Random Quote Machine** is a fun and interactive React application that generates random programming quotes from famous programmers. Each quote is displayed with a different randomly selected color scheme and font, adding an extra layer of creativity and inspiration to your coding experience.
## Features
- **Random Programming Quotes**: Get inspired by quotes from famous programmers.
- **Dynamic Styling**: Each quote is displayed with a randomly selected color scheme and font.
- **Responsive Design**: Works seamlessly on both desktop and mobile devices.
- **Simple and Easy to Use**: Just click the button to generate a new quote.
## Technologies Used
- React
- JavaScript (ES6+)
- CSS
- HTML
## Installation
1. Clone the repository:
```bash
git clone https://github.com/nhope123/inspire.git
2. Navigate to the project directory:
```bash
cd inspire
3. Install dependencies:
```bash
npm install
4. Start the development server:
```bash
npm start
5. Open the app in your browser:
- http://localhost:3000
## 📸 Screenshots

## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.
## Acknowledgements
- Quotes sourced from various famous programmers.
- Random color and font generators inspired by online resources.