Skip to content

esadakman/reactjs-mui-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

MUI Example

Description

  • 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.

Project Link

You can reach my project from here πŸ‘ˆ

Project Skeleton

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

At the end of the project, following topics are to be covered;

  • HTML
  • CSS
  • JS
  • ReactJS
  • Material-UI

Installation

To run this project;

$ git clone https://github.com/esadakman/reactjs-mui-example.git
$ cd ../mui-example
$ npm install / yarn
$ npm start / yarn start

Preview of the Project

mui-pagi

Releases

No releases published

Packages

No packages published