EZ-PAY FRONTEND is a web application aimed at providing a convenient platform for users to manage their finances, make payments, and perform other banking operations online. The project utilizes React.js for building the frontend interface and React Router for handling client-side routing and routers.
- Install Dependencies: Navigate to the project directory and install the dependencies using npm:
cd ez-pay-frontend
npm install
npm run dev