Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/temmmus/kanye-quotes
A simple application that fetches a random Kanye West quote when a button is clicked.
https://github.com/temmmus/kanye-quotes
typescript vue
Last synced: 4 days ago
JSON representation
A simple application that fetches a random Kanye West quote when a button is clicked.
- Host: GitHub
- URL: https://github.com/temmmus/kanye-quotes
- Owner: temmmus
- Created: 2024-09-12T15:35:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-09-13T14:57:06.000Z (5 months ago)
- Last Synced: 2024-12-07T06:08:11.408Z (2 months ago)
- Topics: typescript, vue
- Language: CSS
- Homepage: https://temmmus.github.io/kanye-quotes/
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kanye West Quote Generator
A simple application that fetches a random Kanye West quote when a button is clicked.
## Features
- Click the button to receive a random quote from Kanye West.
- Enjoy.## Live Demo
You can view the live demo of this project on GitHub Pages: [GitHub Pages Link](https://temmmus.github.io/kanye-quotes)
## Installation
To run this project locally, follow these steps:
1. Clone the repository:
```bash
git clone https://github.com/temmmus/kanye-quotes.git
```
2. Navigate to the project directory:
```bash
cd kanye-quotes
```
3. Install the dependencies:
```bash
npm install
```
4. Run the development server:
```bash
npm run dev
```
5. Open your browser and go to link from console.## Technologies
- **[Vue.js](https://vuejs.org/)**: A progressive JavaScript framework used to build the user interface.
- **[Vite](https://vitejs.dev/)**: A build tool and development server that provides fast hot module replacement.
- **[TypeScript](https://www.typescriptlang.org/)**: A superset of JavaScript that adds static types.
- **[HTML](https://developer.mozilla.org/en-US/docs/Web/HTML)**: Markup language for structuring web pages.
- **[CSS](https://www.w3.org/Style/CSS/)**: Stylesheet language for styling web pages.## Acknowledgements
- **[Kanye West Quotes API](https://api.kanye.rest/)**: An API used to fetch random quotes from Kanye West.