An open API service indexing awesome lists of open source software.

https://github.com/sahilsapariya/movie_app_redux

For practising the redux toolkit
https://github.com/sahilsapariya/movie_app_redux

api reactjs redux-toolkit

Last synced: about 1 month ago
JSON representation

For practising the redux toolkit

Awesome Lists containing this project

README

        

# Movie App

For the purpose of learning the concepts of redux toolkit, created this movie app which fetches the data from API and display the movies list with title and release date.

![demo1](assets/demo1.png)

## Features

- Stores the API data using redux toolkit
- Skeleton loading effect
- Responsive

### Credits

- [Nabendu Biswas](https://nabendu82.medium.com/) His article on medium really helps me to learn this project.
- All the data is provided by [TMDB](https://developer.themoviedb.org/docs)