Skip to content

This repository is solely for the purpose of learning of how to use the pagination in React JS

Notifications You must be signed in to change notification settings

anshkush92/learn-material-ui-pagination

Repository files navigation

Inspiration

Netlify Status

SonarQube Report

Hosted Here

REACT_APP_MOVIE_API_KEY = "your-api-key"

Make sure to replace your API key which can be get through this URL

This Project was made to learn how to use the Material UI pagination but along with that I thought to refactor my code, so in that journey I ended up learning / revising my old concepts and learning new things like

  • Redux Toolkit Usage with TypeScript
  • Usage of the Custom Hooks for fetching Data
  • Using .env file in React
  • Refactoring the Code
  • Also learnt how to deploy site which contains .env
    • Just make sure to write the .env variable value without "" in netlify

Code is divided into different branches and each branch name signifies the part which I have learnt in that

You can check out the Resources for learning what I have learnt and becoming better

Acknowledgement

This Readme file is made using StackEdit Thanks TMDB for there beautiful API