-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
900f3ec
commit 360525d
Showing
53 changed files
with
4,749 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Oops, something went wrong.