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

https://github.com/vedhatech002/pay-buisness


https://github.com/vedhatech002/pay-buisness

Last synced: 9 months ago
JSON representation

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
```