Skip to content

Caiko/react-mui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎨 React MUI — Material-UI Playground

📚 Overview

React MUI is a practice project for me to learn more about Material-UI.

💻 Technologies Used

  • React
  • MUI (Material-UI) — React component library implementing Material Design.
  • JavaScript, HTML, CSS

📸 Preview

image image image

📂 Project Structure

react-mui/
├── public/               # Static assets served as-is (index.html, icons, etc.)
├── src/                  # Application source (React components, styles)
├── package.json          # Scripts and dependencies
├── yarn.lock             # Exact dependency versions
└── README.md             # Project documentation (this file)

Note: CRA builds to the build/ directory by default.


💾 Installation & Setup

1) Clone the repository

git clone https://github.com/Caiko/react-mui.git
cd react-mui

2) Install dependencies

Using npm:

npm install

Or yarn:

yarn

3) Start the development server

npm start
# or
yarn start

Open http://localhost:3000 in your browser. The page reloads on save and shows lint errors in the console.


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published