Welcome to JokesWebApp, a fun and interactive web application that brings laughter to your day! This web app is designed to collect and display jokes using Flask as the backend. With just a click of a button, you can get a new joke generated using the pyjokes library. 🚀
To run this web app locally, follow these simple steps:
-
Clone the repository:
git clone https://github.com/Akash-nath29/jokesWebApp.git
-
Navigate to the project directory:
cd jokesWebApp
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the Flask app:
flask run
Visit
http://127.0.0.1:80/
in your web browser. 🌐
- Get Jokes Button: Click to generate a new joke using the pyjokes library. 🔄
- Random Jokes: Each joke is unique and guaranteed to bring a smile to your face. 😄
If you'd like to contribute, we'd love to have your input! Here's how you can get involved:
- Fork the repository.
- Create a new branch for your feature:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
- Author: Akash Nath 👨💻
- Languages Used: Python (Flask) 🐍
- License: This project is licensed under the MIT License. 📜
Special thanks to the creators of Flask and Pyjokes for making this project possible.
Enjoy the jokes and happy coding! 😄🎉