Skip to content

er-anupamverma/Flutter-Jokes-App-Clean-Architecture

Repository files navigation

jokes_app_clean_architecture

This is a sample project using Clean Architecture & Bloc.

Functionality

  • I have used the jokes API and displayed it on Home Screen.
  • Every minute takes a joke from an open API (https://geek-jokes.sameerkumar.website/api?format=json)
  • Adding it (the joke) at the end of the list
  • Maximum of 10 jokes on the list
  • The new jokes replace old ones
  • When you open the app again, all old jokes should be displayed (for storing I have used Shared Preference here because I want to show only 10 jokes at a time. Otherwise for large set of data we should go with local Database storage)

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:

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

About

This is a sample project using Clean Architecture & Bloc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published