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

https://github.com/parmodkumar28/invoice-react-app

A simple invoicing app built with React and Material UI (MUI). Features a dynamic invoice form with real-time field calculations and an editable invoice table. Fully responsive.
https://github.com/parmodkumar28/invoice-react-app

frontend invoice-app javascript miui react

Last synced: 29 days ago
JSON representation

A simple invoicing app built with React and Material UI (MUI). Features a dynamic invoice form with real-time field calculations and an editable invoice table. Fully responsive.

Awesome Lists containing this project

README

          

# Invoice Creator

A simple invoicing app built with React and Material UI (MUI). Features a dynamic invoice form with real-time field calculations and an editable invoice table. Fully responsive and deployed on Netlify.

## 🚀 Features
### 📋 Invoice Form
- Seven fields: **Qty, Price, Discount %, Discount, Tax %, Tax, and Total Price**.
- All fields are interdependent and update dynamically based on user input.

### 📑 Invoice Table
- Displays submitted invoices.
- Supports **inline editing** of invoice details.

### ⚡ State Management
- Uses only **three React `useState` hooks** to manage the entire application state.

### 🎨 Fully Responsive UI
- Built using **Material UI (MUI)** components for a modern and clean design.

## 🛠 Installation
1. **Clone the repository:**
git clone https://github.com/ParmodKumar28/Invoice-React-App
cd invoice-app

2. **Install dependencies:**
npm install

3. **Start the development server:**
npm start

4. Open http://localhost:3000 in your browser.

🌍 Deployment
- This project is deployed on Netlify. You can access it here.

## 🏗 Technologies Used
- React.js - Frontend framework
- Material UI (MUI) - UI components
- Create React App - Build tool (whichever applies)
- Netlify - Hosting and deployment
🤝 Contributing
- Feel free to submit issues or pull requests to improve the project.