Welcome to Any-Jokes! This repository contains a collection of hilarious jokes that will brighten up your day. Whether you're looking for a quick laugh or a way to break the ice, you've come to the right place. 🌟
- Name: Mustapha Adams
- Email: mustaphaadams@a2sv.org
Any-Jokes is a simple yet fun Flutter application where you can find jokes. 😂
- A collection of jokes from various categories.
- Easy-to-use interface for browsing jokes.
- Generate 5 jokes at a time
- lib/: Contains the main application code.
- lib/data/providers/: Contains the API provider for fetching jokes.
- lib/data/models/: Contains the joke model class.
Follow these steps to set up the project locally:
-
Clone the repository 🌀
git clone https://github.com/Mustapha7018/Any-Jokes.git cd Any-Jokes
-
Install Flutter 🚀
- If you haven't already, download and install Flutter from the official website.
-
Check Flutter setup 🛠️
flutter doctor
-
Get the dependencies 📦
flutter pub get
To run the application on your device or emulator, use the following command:
flutter run
- Launch the app on your device or emulator.
- Use the search bar to enter a keyword for jokes.
- Use the dropdown menu to filter jokes by category.
- Click on "Search Jokes" to fetch and display jokes based on your criteria.