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.
- Host: GitHub
- URL: https://github.com/draganaleksic99/admin-dashboard
- Owner: DraganAleksic99
- Created: 2023-10-27T14:08:01.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-13T20:40:53.000Z (over 1 year ago)
- Last Synced: 2025-03-08T22:46:21.708Z (7 months ago)
- Topics: axios, formik, material-ui, react, react-router, redux-toolkit, typescript, yup
- Language: TypeScript
- Homepage: https://my-admin-dashboard-app.netlify.app/
- Size: 677 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.