Fiscal App is a cutting-edge lending and borrowing platform designed to simplify financial transactions for users. It allows individuals and businesses to securely lend and borrow assets, track repayments, and manage their financial operations seamlessly.
- 💰 Lend & Borrow: Effortlessly lend or borrow assets with transparent terms.
- 🔄 Withdraw & Repay: Easily manage repayments and withdrawals through a user-friendly interface.
- 📊 Real-Time Market Insights: Live financial data to inform lending and borrowing decisions.
- 🔒 Secure Transactions: Built with top-level security for safe and reliable operations.
- 📈 Activity Dashboard: Visual analytics for tracking loans, repayments, and earnings.
- Frontend: React.js, Tailwind CSS
- API Integration: DefiLlama API (
api.llama.fi) for market data - State Management: React Hooks & Context API
- Backend: (Planned - Node.js, Express)
- Database: (Planned - MongoDB)
Make sure you have the following installed:
- Clone the Repository
git clone https://github.com/your-username/fiscal-app.git
cd fiscal-app
Install Node Packages
npm install
Run Application
npm start