https://github.com/eldarlrd/random-quote-machine
A Random Quote Machine for fCC.
https://github.com/eldarlrd/random-quote-machine
freecodecamp joi pwa quotes react
Last synced: 2 months ago
JSON representation
A Random Quote Machine for fCC.
- Host: GitHub
- URL: https://github.com/eldarlrd/random-quote-machine
- Owner: eldarlrd
- License: agpl-3.0
- Created: 2022-11-15T13:21:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-29T13:31:11.000Z (9 months ago)
- Last Synced: 2025-07-27T23:41:49.096Z (2 months ago)
- Topics: freecodecamp, joi, pwa, quotes, react
- Language: TypeScript
- Homepage: http://eldarlrd.is-a.dev/random-quote-machine/
- Size: 1.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Random Quote Machine
[](https://github.com/eldarlrd/random-quote-machine/blob/main/package.json)
[](https://github.com/eldarlrd/random-quote-machine/blob/main/LICENSE)> Random Quote Machine is made with
> - **[TypeScript](https://typescriptlang.org)**
> - **[React](https://react.dev)**
> - **[Quotes API](https://api-ninjas.com/api/quotes)**
> - **[TanStack Query](https://tanstack.com/query)**
> - **[Axios](https://axios-http.com)**
> - **[joi](https://joi.dev)**
> - **[modern-normalize](https://github.com/sindresorhus/modern-normalize)**
> - **[SCSS](https://sass-lang.com)**
> - **[Colorion](https://2colors.colorion.co)**
> - **[Font Awesome](https://fontawesome.com)**
> - **[Fontsource](https://fontsource.org)**
> - **[Vite PWA](https://vite-pwa-org.netlify.app)**
> - **[Vite](https://vite.dev)**
>
> displaying random quotes.## Install
```sh
pnpm i
```
## Develop
### Run Env.
```sh
pnpm dev
```
### Prod. Build
```sh
pnpm build
```
### Preview Prod. Build
```sh
pnpm preview
```
### Format Code (ESLint + Stylelint + Prettier)
```sh
pnpm format
```
## Deploy
```sh
pnpm deployer
```
***
*This README was originally generated by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)*