-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4367e16
commit eacfe19
Showing
1 changed file
with
60 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,64 @@ | ||
# devjokesapp | ||
# Quotes and Jokes App 🤣 | ||
|
||
A new Flutter project. | ||
This Flutter application fetches random jokes from an API and displays them along with their authors. It also periodically updates the jokes every 10 seconds. | ||
|
||
## Features | ||
|
||
- Fetches jokes from an external API | ||
- Displays jokes with authors | ||
- Auto-refresh functionality to get new jokes every 10 seconds | ||
|
||
## Getting Started | ||
|
||
This project is a starting point for a Flutter application. | ||
|
||
A few resources to get you started if this is your first Flutter project: | ||
|
||
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) | ||
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) | ||
|
||
For help getting started with Flutter development, view the | ||
[online documentation](https://docs.flutter.dev/), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. | ||
# jokeapp | ||
git | ||
init | ||
git | ||
add | ||
. | ||
git | ||
commit | ||
-m | ||
first commit | ||
git | ||
branch | ||
-M | ||
main | ||
git | ||
remote | ||
add | ||
origin | ||
[email protected]:Banel-Mgwevu/jokeapp.git | ||
git | ||
push | ||
-u | ||
origin | ||
main | ||
To run this application locally, follow these steps: | ||
|
||
1. Clone this repository to your local machine. | ||
|
||
``` | ||
git clone <repository-url> | ||
``` | ||
2. Open the project in your preferred Dart/Flutter IDE. | ||
3. Ensure that you have Flutter set up and configured properly. | ||
4. Run the app using the following command: | ||
``` | ||
flutter run | ||
``` | ||
5. Enjoy the app! 🚀 | ||
## Screenshots | ||
Include screenshots or GIFs of your app in action here. | ||
## Dependencies | ||
- Flutter SDK | ||
- http package | ||
- material.dart | ||
- async.dart | ||
- json.dart | ||
## Contributing | ||
If you'd like to contribute to this project, feel free to open an issue or a pull request. All contributions are welcome! 🙌 | ||
## License | ||
This project is licensed under the [MIT License](LICENSE). | ||
## Acknowledgements | ||
Special thanks to the creators and contributors of the APIs used in this app. | ||
## Contact | ||
For any inquiries or suggestions, feel free to reach out: | ||
Your Name | ||
Your Email Address | ||
Your Portfolio or GitHub Profile | ||