Skip to content

Simple React and Redux app that fetches data from Json-API by using both plain Redux Toolkit and Redux Toolkit Query.

Notifications You must be signed in to change notification settings

Yazan-Hamad/redux-media-fetch-app

Repository files navigation

Redux data fetching app

This is a simple React and Redux app that fetches data from Json-API by using both plain Redux Toolkit and Redux Toolkit Query.

  • Plain Redux Toolkit was used for fetching, adding, and deleting users.
  • Redux Toolkit Query was used for fetching, adding, and deleting albums and photos.
  • Data is randomly generated using faker library.

This project was done while following Modern React with Redux Udemy course.


App Preview:

App Preview

Database design:

Database Preview

About

Simple React and Redux app that fetches data from Json-API by using both plain Redux Toolkit and Redux Toolkit Query.

Topics

Resources

Stars

Watchers

Forks