Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdul-Moiz31 authored Apr 27, 2024
1 parent 900f3ec commit 360525d
Show file tree
Hide file tree
Showing 53 changed files with 4,749 additions and 27 deletions.
28 changes: 1 addition & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1 @@
Overview:
Bankify is a feature-rich web application built with React.js, offering users a comprehensive platform for managing their banking needs. This repository contains the source code for Bankify, which is hosted on Netlify for easy access and deployment.

Features:
User Authentication: Secure authentication system for user login and access control.
Account Management: View account details, transaction history, and preferences.
Fund Transfers: Easily transfer funds between accounts securely.
Bill Payments: Conveniently pay bills online within the application.
Responsive Design: Optimized for seamless user experience across devices.
Technologies Used:
React.js: Frontend library for building interactive user interfaces.
Netlify: Hosting platform for deployment and serving the application.
HTML & CSS: Standard web technologies for structure and styling.
JavaScript: Core language for implementing functionality and interactions.
Getting Started:
To run the application locally or contribute to its development, follow these steps:

Clone the repository: git clone https://github.com/your/repository.git
Install dependencies: npm install
Start the development server: npm start
Access the application in your web browser at http://localhost:3000
Contributing:
Contributions to the Bankify project are encouraged! Follow these guidelines for contributing:

Fork the repository and create a new branch for your feature or bug fix.
Ensure adherence to coding standards and conventions.
Submit a pull request detailing the changes made and their purpose.
# HooBank
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="src/assets/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>HooBank</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>
Loading

0 comments on commit 360525d

Please sign in to comment.