an admin dashboard built with next.js, typescript, material ui & sass
Install admin-dashboard with npm
npm install my-project
cd my-projectClone the project
git clone https://link-to-projectGo to the project directory
cd my-projectInstall dependencies
npm installStart the server
npm run startTo deploy this project run
npm run deploy- Light/dark mode toggle
- Live previews
- Fullscreen mode
- Cross platform
- Google authentication (commented)
- Charts developed using Chart.js
- Designed by material UI
To run tests, run the following command
npm run test