https://github.com/ibz-04/dashboard-starter
Fully functional dashboard solution
https://github.com/ibz-04/dashboard-starter
ant-design business-solutions dashboard-templates fully-functioning nextjs react-boilerplate react-dashboard react-js react-starter react-starter-kit react-tailwind-css react-vite saas-admin saas-boilerpate saas-boilerplate saas-dashboard scalable-admin-panel scalable-applications tailwind-dashboard tailwindcss
Last synced: 6 months ago
JSON representation
Fully functional dashboard solution
- Host: GitHub
- URL: https://github.com/ibz-04/dashboard-starter
- Owner: iBz-04
- License: mit
- Created: 2024-06-21T14:10:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-10-18T13:00:14.000Z (6 months ago)
- Last Synced: 2024-11-12T16:02:12.611Z (6 months ago)
- Topics: ant-design, business-solutions, dashboard-templates, fully-functioning, nextjs, react-boilerplate, react-dashboard, react-js, react-starter, react-starter-kit, react-tailwind-css, react-vite, saas-admin, saas-boilerpate, saas-boilerplate, saas-dashboard, scalable-admin-panel, scalable-applications, tailwind-dashboard, tailwindcss
- Language: TypeScript
- Homepage: https://saas-dashboard-starter.netlify.app/
- Size: 317 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
A fully functional and scalable dashboard starter solution for saas and businesess in general
### Login Credentials
NOTE: Use this Email and password to **Login!**- **Email:** `[email protected]`
- **Password:** `password`## features
- customizable UI using `Tailwindcss` and `Ant Design`.
- Single page application using `React Router`.
- Mock API request using `reqres`.
- Powerful layout and table using `@ant-design/pro-components`.
- Code splitting and lazy loading component using `@loadable/component`.
- State management using `react-redux` and `@reduxjs/toolkit`.
- Persistent redux state using `redux-persist`.
- Loading progress bar using `nprogress`.
- `ESLint` and `Prettier` enabled.
- Option to enable Progressive Web App (PWA). (Only available in production build)
- Axios interceptor enabled to handle API authorization.
- Automated workflow for checking new Pull Request.## Usage
- Clone the project and change directory.
```shell
git clone https://github.com/iBz-04/Dashboard-starter.git
cd Dashboard-starter
```- Install dependencies.
```shell
npm install
```- Run dev server.
```shell
npm run dev
```- Then, visit [`http://localhost:5173`](http://localhost:5173)
## Feedback
If you have any feedback, please reach out to us [email protected]
## Author
- [@iBz-04](https://github.com/iBz-04)