JokeApp is a simple Flutter application that fetches jokes from a public REST API (JokeAPI). The app allows users to retrieve random programming-related jokes and displays them in an elegant interface.
- Fetches jokes from the JokeAPI endpoint.
- Displays both single-line and two-part jokes.
- Responsive UI with smooth gradients and modern styling.
- Error handling with friendly messages.
Run the following command to clone the repository to your local machine:
git clone <repository-url>
cd jokeapp
Run the following command to install the required Flutter packages:
flutter pub get
flutter run