Summary
Directory Structure
Directory structure:└── piyush-eon-material-ui-tutorial/├── README.md├── package.json├── public/│ ├── index.html│ ├── manifest.json│ └── robots.txt└── src/├── App.css├── App.js├── index.css├── index.js├── reportWebVitals.js├── components/│ ├── FeaturedPost.js│ ├── Footer.js│ ├── Header.js│ ├── Main.js│ ├── PostCard.js│ ├── Sidebar.js│ └── SideDrawer.js└── Data/└── Data.js