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
cd frontend
npm run dev
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).