https://github.com/vedhatech002/pay-buisness
https://github.com/vedhatech002/pay-buisness
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vedhatech002/pay-buisness
- Owner: vedhatech002
- Created: 2025-08-29T18:08:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-31T21:05:42.000Z (10 months ago)
- Last Synced: 2025-08-31T21:20:15.175Z (10 months ago)
- Language: JavaScript
- Size: 257 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 💳 Pay Business
Frontend assessment project for **Novo Soft**.
Implements a dashboard-like application using **React, React Router, and Material UI (MUI)**, following clean code and SOLID principles.
---
## 🎨 UI Reference
The design is based on the provided Figma file:
[👉 View UI Design](https://www.figma.com/proto/KZuVZbUv1as262QB1r1X5i/Test-UI?node-id=2535-46&t=Ixyl5eM5RSHrEVtf-1&scaling=scale-down-width&content-scaling=fixed&page-id=2535%3A13&starting-point-node-id=2535%3A1069)
---
## 🛠️ Technologies
- [React](https://react.dev/) – UI library
- [React Router](https://reactrouter.com/) – Client-side routing
- [MUI](https://mui.com/) – Material UI component library with theming
---
## 🚀 Installation
**Clone the Repository**
```
https://github.com/vedhatech002/pay-buisness.git
```
**Install Packges**
```
npm install
```
**Start the frontend server**
```
npm run dev
```
**Mock API Server**
```
npm run mock-api
```