Starter code with the implementation of:
Basic layout: header, the main content area with drawer sidebar, footer
Navigation between pages
- React v18
- Javascript ES-6
- Material UI v2.8
- Material Icon
- React Router v6
- React Context
- React Hooks
- Responsive
- Create-react-app under the hood
- Get the latest version
git clone https://github.com/Kaddyp/coffee-shop-dashboard.git coffee-shop-dashboard
cd coffee-shop-dashboard
- Run
npm install
- Run
npm start
- Open http://localhost:3000 to view it in the browser.