Smart Invoice Analyzer is a React-based application designed to help users analyze invoices efficiently. This tool provides insights into invoice data and streamlines financial processing.
Follow the steps below to set up and run the project locally.
Ensure you have the following installed on your system:
-
Clone the Repository
git clone https://github.com/yegekucuk/smart-invoice-analyzer.git
-
Navigate to the Frontend Directory
cd smart-invoice-analyzer/front-end -
Install Dependencies
npm install
-
Start the Development Server
npm start
-
Access the Application
Once the server is running, open your browser and go to:
http://localhost:3000
With Smart Invoice Analyzer, you can:
- Create an account
- Log in
- Update user information
- Delete your account
- Add invoices to the system
- View your added invoices
- Delete invoices
- View statistics such as:
- Currencies used in invoices
- Percentage of paid/unpaid invoices
- Other financial insights
All these features work seamlessly because the backend server is deployed on Render Cloud:
🔗 API Base URL:
https://smart-invoice-analyzer-server.onrender.com/
This project is licensed under the MIT License – see the LICENSE file for details.