Skip to content

app-generator/sample-react-mui-introduction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sample Code for the blog article React MUI Components - Learn by Coding - Provided by AppSeed.

The article explains how to use the MUI library in React.js by building a responsive website. The website will be built with MUI components only, no HTML element will be used.


How to use it

  • Install NodejS - version 14.x or higher
  • Install dependencies via yarn
  • Start the project: yarn start

React MUI Introduction - Sample Page crafted with MUI.


Components

  • Header
  • Hero
  • Info Section
  • AboutUs
  • Testimonial
  • ContactUs
  • Footer

What is React.js

React.js is a JavaScript library that allows you to build fast and efficient web applications using the minimum amount of code possible. In React.js, you can break the web layout into components - reusable bits of code that return HTML elements.


For those that search for a fully-fledged MUI Templates, here are some (all free).


👉 Material Dashboard MUI LIVE Demo

If you’re a developer looking to create an admin dashboard that is developer-friendly, rich with features, and highly customisable, here is your match. Material Dashboard 2 React is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining.

Free MUI Template - Material Dashboard by Creative-Tim.


👉 Material Kit React MUI LIVE Demo

This free MUI & React template is coming with pre-built design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.

Free MUI Template - Material Kit 2 React by Creative-Tim.


👉 Argon Dashboard MUI LIVE Demo

This Free MUI Dashboard is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done. If you want to get inspiration or just show something directly to your clients, you can jump-start your development with our pre-built example pages.

Free MUI Template - Argon MUI Dashboard by Creative-Tim.



React MUI Introduction - provided by AppSeed