- Humoria is a fun web application that generates clean jokes and memes instantly.
- It combines a modern frontend with a backend API to deliver random humor content in real time.
https://humoria-6bon.vercel.app/
- Random Joke Generator
- Meme Generator
- Fully deployed(Vercel + Render)
- React/Vite
- CSS
- Hosted on Vercel
- FastAPI
- Hosted on Render
- Install dependencies:
pip install -r backend/requirements.txt - Set up your
.envfile withHUMOR_API_KEY=your_key_here - Run:
uvicorn Backend.app:app --reload
- Navigate to Frontend/
- Run npm install to install React, Vite, etc.
- Run npm run dev to start the development server (typically on http://localhost:5173)
- Note to ensure the backend is running on port 8000 for the API calls.
- Start the backend, then open the frontend in a browser.