Skip to content

Use the Wikipedia API to show a list of user search results. The link contains sample API requests and an API sandbox environment to test it out

Notifications You must be signed in to change notification settings

roohaani786/wikipedia_caching

Repository files navigation

wikipedia_caching

Use the Wikipedia API to show a list of user search results. The link contains sample API requests and an API sandbox environment to test it out. (For example, click this to see what a sample request/response looks like.)

  • Parse JSON from the API response.
  • Each list item should contain an image and appropriate data from the API. Show whichever fields you think are necessary.
  • Clicking a list item launches the respective Wikipedia page.
  • The UI specification is left to you. Use appropriate UX and UI widgets to give the best experience as you see fit.
  • Cache responses to give a good offline experience.
  • Use proper state management solutions.

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 development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Endpoints used

https://en.wikipedia.org/w/api.php?action=query&format=json&prop=pageimages%7Cpageterms&titles=Mushtaq%20Khan&formatversion=2

About

Use the Wikipedia API to show a list of user search results. The link contains sample API requests and an API sandbox environment to test it out

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published