{"id":23263614,"url":"https://github.com/akash-nath29/jokeswebapp","last_synced_at":"2026-04-28T08:05:45.235Z","repository":{"id":206558279,"uuid":"717183085","full_name":"Akash-nath29/jokesWebApp","owner":"Akash-nath29","description":"A flask based joke collector website to make your bad mood great !!","archived":false,"fork":false,"pushed_at":"2023-11-10T19:00:35.000Z","size":47,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T11:53:39.903Z","etag":null,"topics":["flask","flask-application","flask-sqlalchemy","jokes","jokes-generator","pyjokes","python","python3","webapp","webapplication"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Akash-nath29.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-11-10T18:47:20.000Z","updated_at":"2023-11-10T19:02:14.000Z","dependencies_parsed_at":"2023-11-10T19:49:41.541Z","dependency_job_id":null,"html_url":"https://github.com/Akash-nath29/jokesWebApp","commit_stats":null,"previous_names":["akash-nath29/jokeswebapp"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FjokesWebApp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FjokesWebApp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FjokesWebApp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Akash-nath29%2FjokesWebApp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Akash-nath29","download_url":"https://codeload.github.com/Akash-nath29/jokesWebApp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247442374,"owners_count":20939458,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask","flask-application","flask-sqlalchemy","jokes","jokes-generator","pyjokes","python","python3","webapp","webapplication"],"created_at":"2024-12-19T14:19:21.310Z","updated_at":"2026-04-28T08:05:40.168Z","avatar_url":"https://github.com/Akash-nath29.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# JokesWebApp 🤣\n\nWelcome 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. 🚀\n\n[![GitHub stars](https://img.shields.io/github/stars/Akash-nath29/jokesWebApp.svg)](https://github.com/Akash-nath29/jokesWebApp/stargazers)\n[![GitHub forks](https://img.shields.io/github/forks/Akash-nath29/jokesWebApp.svg)](https://github.com/Akash-nath29/jokesWebApp/network)\n[![GitHub issues](https://img.shields.io/github/issues/Akash-nath29/jokesWebApp.svg)](https://github.com/Akash-nath29/jokesWebApp/issues)\n[![GitHub license](https://img.shields.io/github/license/Akash-nath29/jokesWebApp.svg)](https://github.com/Akash-nath29/jokesWebApp/blob/main/LICENSE)\n[![GitHub repo size](https://img.shields.io/github/repo-size/Akash-nath29/jokesWebApp.svg)](https://github.com/Akash-nath29/jokesWebApp)\n\n## Getting Started 🚦\n\nTo run this web app locally, follow these simple steps:\n\n1. **Clone the repository:**\n\n    ```bash\n    git clone https://github.com/Akash-nath29/jokesWebApp.git\n    ```\n\n2. **Navigate to the project directory:**\n\n    ```bash\n    cd jokesWebApp\n    ```\n\n3. **Install the required dependencies:**\n\n    ```bash\n    pip install -r requirements.txt\n    ```\n\n4. **Run the Flask app:**\n\n    ```bash\n    flask run\n    ```\n\n    Visit `http://127.0.0.1:80/` in your web browser. 🌐\n\n## Features 🌟\n\n- **Get Jokes Button:** Click to generate a new joke using the pyjokes library. 🔄\n- **Random Jokes:** Each joke is unique and guaranteed to bring a smile to your face. 😄\n\n## Contributing 🤝\n\nIf you'd like to contribute, we'd love to have your input! Here's how you can get involved:\n\n1. **Fork the repository.**\n2. **Create a new branch for your feature: `git checkout -b feature-name`.**\n3. **Make your changes and commit them: `git commit -m 'Add some feature'`.**\n4. **Push to the branch: `git push origin feature-name`.**\n5. **Submit a pull request.**\n\n## Project Details ℹ️\n\n- **Author:** [Akash Nath](https://github.com/Akash-nath29) 👨‍💻\n- **Languages Used:** Python (Flask) 🐍\n- **License:** This project is licensed under the [MIT License](https://github.com/Akash-nath29/jokesWebApp/blob/main/LICENSE). 📜\n\n## Acknowledgments 🙌\n\nSpecial thanks to the creators of [Flask](https://flask.palletsprojects.com/en/3.0.x/) and [Pyjokes](https://pyjok.es/) for making this project possible.\n\nEnjoy the jokes and happy coding! 😄🎉","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-nath29%2Fjokeswebapp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fakash-nath29%2Fjokeswebapp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fakash-nath29%2Fjokeswebapp/lists"}