https://github.com/khawarmehfooz/got-quotes
React app fetches quotes from the gameofthronesquotes.xyz API and displays them
https://github.com/khawarmehfooz/got-quotes
front-end-development gameofthrones react-router reactjs
Last synced: about 2 months ago
JSON representation
React app fetches quotes from the gameofthronesquotes.xyz API and displays them
- Host: GitHub
- URL: https://github.com/khawarmehfooz/got-quotes
- Owner: KhawarMehfooz
- Created: 2023-11-28T10:28:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-29T07:30:59.000Z (over 2 years ago)
- Last Synced: 2025-03-04T21:42:07.330Z (over 1 year ago)
- Topics: front-end-development, gameofthrones, react-router, reactjs
- Language: JavaScript
- Homepage: https://game-of-thrones-quotes.vercel.app
- Size: 20.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Game of Thrones Quotes

Welcome to the "Game of Thrones Quotes" project! This React app fetches quotes from the `gameofthronesquotes.xyz` API and displays them. Users can generate a random quote or explore quotes by characters.
## Table of Contents
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [API](#api)
- [Contributing](#contributing)
## Features
- Generate a random Game of Thrones quote.
- Explore quotes by characters.
## Installation
1. Clone the repository:
```bash
git clone https://github.com/Khawarmehfooz/got-quotes.git
```
2. Change into the project directory:
```bash
cd game-of-thrones-quotes
```
3. Install dependencies:
```bash
npm install
```
## Usage
1. Start the development server:
```bash
npm run dev
```
2. Open the link you got in terminal.
3. Explore random quotes or choose a character to see quotes related to them.
## API
This project uses the `gameofthronesquotes.xyz` API. You can find more information about the API [here](https://github.com/shevabam/game-of-thrones-quotes-api).
## Contributing
If you would like to contribute to the project, feel free to open issues or submit pull requests.