Skip to content

A Random Quote Generator that fetches a random quote and a random background image using Express + Axios and displays using React.

Notifications You must be signed in to change notification settings

Harshitv21/Random-Quote-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Random Quote Generator

Random Quote Generator fetches a random quote from quotable.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


About

A Random Quote Generator that fetches a random quote and a random background image using Express + Axios and displays using React.

Topics

Resources

Stars

Watchers

Forks