- 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
