Skip to content

Akhilg-02/Surepas_Bill-Generator

Repository files navigation

🎨 Frontend Setup (ReactJS + Material-UI)

1️⃣ Install Dependencies

Navigate to the root directory and install dependencies:

cd root_dir.
npm install

2️⃣ Start the Frontend

npm start

3️⃣ Demo Credentials

Username : [email protected]
Password : password

🛠️ Project Structure

/Application
│
├── /root_dir.               # Frontend (React)
│   ├── /public
│   ├── /src
│   │   ├── /components      # Reusable components
│   │   │   ├── BillGenerator.jsx
│   │   │   ├── BillItems.jsx
│   │   │   ├── CustomerList.jsx
│   │   │   ├── DownloadInvoice.jsx
│   │   ├── /pages           # Page components
│   │   │   ├── Dashboard.jsx
│   │   │   ├── Drawer.jsx
│   │   │   ├── CustomerList.jsx
│   │   │   ├── Login.jsx
│   |   ├── /store
│   │   ├── /slices
│   │   │   ├── authSlice.js
│   │   │   ├── billSlice.js
│   │   │   ├── customerSlice.js
│   │   ├── store.jsx
│   │   ├── App.js
│   │   ├── index.js
│   ├── package.json
           # Project documentation