Random Quote Machine is a react app for displaying random quote from Dummy JSON.
Use git
to download project in your machine or download it as zip archive.
git clone https://github.com/harris-salimo/random-quote-machine.git
Install all dependencies with pnpm
:
pnpm install
Run the app with pnpm:
pnpm dev
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.