An open API service indexing awesome lists of open source software.

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

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)