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
- Host: GitHub
- URL: https://github.com/sahilsapariya/movie_app_redux
- Owner: sahilsapariya
- Created: 2023-11-02T11:51:37.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-02T12:26:43.000Z (over 1 year ago)
- Last Synced: 2025-02-12T02:39:49.455Z (3 months ago)
- Topics: api, reactjs, redux-toolkit
- Language: JavaScript
- Homepage:
- Size: 4.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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)