Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.