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

https://github.com/draganaleksic99/admin-dashboard

Login into demo account to see a chart of your sales and manage your products and events. You can also manage your account information.
https://github.com/draganaleksic99/admin-dashboard

axios formik material-ui react react-router redux-toolkit typescript yup

Last synced: 7 months ago
JSON representation

Login into demo account to see a chart of your sales and manage your products and events. You can also manage your account information.

Awesome Lists containing this project

README

          

# Admin-Dashboard

In Admin Dasboard you need to login to your account to see a chart of your sales and manage your products and events. You can also manage your account information.

## Stack

- Framework: [React](https://react.dev/)
- Routing: [React Router](https://reactrouter.com/en/main)
- Component library: [MaterialUI](https://mui.com/material-ui/)
- Form library: [Formik](https://formik.org/)
- Form validation: [Yup](https://yup-docs.vercel.app/docs/intro)
- State management: [Redux Toolkit](https://redux-toolkit.js.org/)
- HTTP client: [Axios](https://axios-http.com/docs/intro)

## Quickstart

### 1. Clone this repository

Run the following command to clone the repo:

```
git clone https://github.com/DraganAleksic99/admin-dashboard.git
```

### 2. Install dependencies

```
cd admin-dashboard
npm i
```

### 3. Run app locally

```
npm run dev
```

### Open in your browser

You can now visit http://localhost:3000.