Skip to content

Twitter-Clone-org/MaterialUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Material-UI Practice Project

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.

Features

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

Technologies Used

  • React: Frontend JavaScript library for building user interfaces.
  • Material-UI: React UI framework for creating beautiful and responsive designs.

Getting Started

Follow the steps below to run this project on your local machine.

Prerequisites

  • Node.js installed on your system.
  • A package manager like npm or yarn.

Installation

Clone the repository

https://github.com/Gangadari11/MaterialUI.git

Navigate to the project directory:

cd material-ui

Install the dependencies:

npm install

Running the Project

Start the development server with the following command:

npm start

This will launch the project in your default browser at http://localhost:3000.

Learning Resources

  • Material-UI Documentation
  • React Documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 98.2%
  • HTML 1.8%