Skip to content

geeth34/Novopay-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NovoPay

NovoPay is a cutting-edge payment solution designed to streamline financial transactions and offer a seamless user experience. This web application provides an intuitive interface for managing payments, tracking transactions, and integrating with various financial services.

You can visit the website here : NovoPay

novopay-demo.video.mp4

Installation

To set up NovoPay on your local machine, follow these steps:

  1. Clone the repository
git clone https://github.com/geeth34/Novopay-app.git
  1. Navigate to the project directory and install all the dependencies.
npm install

Usage

To run the project, use the following command :

npm start

Open http://localhost:3000 to view it in the browser.

Functionalities

  • Responsive design : fully responsive and optimized for all devices.
  • User friendly dashboard : allows users to manage their payment activities efficiently.
  • Secure transactions : users have to login inorder to access their respective account dashboard.
  • Manage payments : add, track, and manage your payments and transactions.
  • Real-time analytics : track and analyze transaction data in real-time.

Features

  • Transfer money : users can make transactions to any other user's existing account.
  • Request loan : the bank grants a loan if the user has atleast one deposit >= 10% of the requested amount.
  • Close account : users can close their own account simply by entering their login credentials.
  • Sort transactions : the transaction history is by default displayed in the order of their dates but can be sorted based on the transaction values/amount.
  • Logout timer : improve security by automatically logging out users after a period of inactivity.

Built with

  • HTML
  • CSS
  • Javascript
  • Internationalisation API

Acknowledgements