A fun and interactive Joke App built using Flutter and the Joke API, with support for both online and offline modes. This app fetches jokes from an API and caches them using shared_preferences for offline access.
✅ Fetches 5 jokes from an online API
✅ Offline support using shared_preferences
✅ Smooth Flutter UI for an engaging user experience
✅ JSON serialization/deserialization for efficient data handling
✅ Displays cached jokes when offline
- Flutter (Dart)
- Joke API
- shared_preferences (for caching)
- HTTP package (for API requests)
- Install Flutter (Flutter Installation Guide)
git clone https://github.com/your-username/Joke-App-Flutter.git
cd Joke-App-Flutter
flutter pub get
flutter run
Feel free to contribute by creating a pull request!