- I prepared a small-scale project in order to understand the useContext structure and the Material UI framework that I have learned recently.
- In addition to my styling, I also used the Material UI in my pagination process.
You can reach my project from here 👈
MUI Example (folder)
|
|----readme.md
├── public
│ └── index.html
├── src
│ ├── components
│ │ ├── AppPagination
│ │ ├── Cards.jsx
│ │ └── navbar.jsx
│ ├── img
│ │ └─── [images]
│ ├── context
│ │ └─── Paginate Context
│ ├── pages
│ │ ├── home
│ │ └── login
│ ├── router
│ │ └── AppRouter.js
│ │ └── PrivateRouter.js
│ ├── App.js
│ ├── App.css
│ ├── index.js
│ └── index.css
├── package.json
└── yarn.lock
- HTML
- CSS
- JS
- ReactJS
- Material-UI
To run this project;
$ git clone https://github.com/esadakman/reactjs-mui-example.git
$ cd ../mui-example
$ npm install / yarn
$ npm start / yarn start