Welcome to the Joke Generator, a fun and interactive web application built using React and Tailwind CSS. This project fetches random jokes from an API and displays them in a clean and responsive UI.
Check out the live version of the project: Joke Generator
Follow these steps to run the project locally:
# Clone the repository
git clone https://github.com/Nainee99/Joke-Generator.git
# Navigate to the project folder
cd Joke-Generator
# Install dependencies
npm install
# Start the development server
npm run dev
The app should now be running on http://localhost:3000/
.
This project is deployed on Vercel. To deploy your own version:
Contributions are welcome! If you’d like to add new features or improve the existing code, feel free to fork the repository and submit a pull request.
This project is licensed under the MIT License.
Made with ❤️ using React & Tailwind CSS.