Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 784 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 784 Bytes

Random Quote Generator

Random Quote Generator fetches a random quote from zenquotes.io along with a random background image from Unsplash API whenever a new quote is fetched. Added a delay to avoid spams 🏃‍♂️ Not optimized for mobile ⚠️

Frontend

cd frontend
npm run dev

Server

cd server
npm run start

Make a .env file and add CLIENT_ID to fetch random image using Unsplash API (to generate API key click here).

Screenshots

Screenshot number #1

Screenshot number #2