This project is a simple UI webpage built using Material-UI to practice and learn the components, styling, and responsive design offered by Material-UI.
- Material-UI Components: Incorporates various Material-UI components such as AppBar, Toolbar, Box, Typography, Avatar, etc.
- Responsive Design: Implements responsive design using Material-UI's theme and breakpoints.
- Custom Styling: Demonstrates the use of styled() for component customization.
- React: Frontend JavaScript library for building user interfaces.
- Material-UI: React UI framework for creating beautiful and responsive designs.
Follow the steps below to run this project on your local machine.
- Node.js installed on your system.
- A package manager like npm or yarn.
https://github.com/Gangadari11/MaterialUI.gitcd material-uinpm installStart the development server with the following command:
npm startThis will launch the project in your default browser at http://localhost:3000.
- Material-UI Documentation
- React Documentation