Welcome to the React Admin Dashboard App project! This is a practical undertaking as part of my computer engineering studies, inspired by the tutorial by EdRoh. The primary focus is on building a robust admin dashboard using React, Material UI, and other modern technologies.
-
React Framework: Leveraging the efficiency of the React library for dynamic user interface development.
-
Material UI: Crafting a modern and responsive design using the stylized components from Material UI.
-
Data Grid: Managing and visualizing complex datasets with ease using the Data Grid component.
-
Light & Dark Mode: Customizing the appearance of the admin dashboard with light and dark modes for an adaptable visual experience.
Follow these steps to run the project locally:
-
Clone the Repository:
git clone https://github.com/Kiwiabacaxi/ReactAdminDashboardApp.git cd ReactAdminDashboardApp
-
Install Dependencies:
npm install
-
Run the Project:
npm start
-
Open the Project:
http://localhost:3000
TODO: Add project structure diagram
This project is inspired by the tutorial by EdRoh. Thanks for sharing knowledge and valuable guidance.
This project is licensed under the MIT License.