{"id":20502994,"url":"https://github.com/pransu-code/bankist-website","last_synced_at":"2025-10-11T14:05:25.425Z","repository":{"id":250028782,"uuid":"833272275","full_name":"Pransu-code/Bankist-Website","owner":"Pransu-code","description":"Minimal Banking website ( Smooth UI interface and frontend )","archived":false,"fork":false,"pushed_at":"2024-08-01T15:34:41.000Z","size":9707,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-05T20:37:35.920Z","etag":null,"topics":["figma","frontend-development","html-css-template","javascipt","ui-design","website"],"latest_commit_sha":null,"homepage":"https://bankistportal.netlify.app/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pransu-code.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-24T17:38:40.000Z","updated_at":"2024-08-01T15:34:44.000Z","dependencies_parsed_at":"2024-11-15T19:31:15.885Z","dependency_job_id":"e3dcdf1e-c9ed-4d82-92c3-f93f757e9a35","html_url":"https://github.com/Pransu-code/Bankist-Website","commit_stats":null,"previous_names":["pransu-code/bankist-website"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Pransu-code/Bankist-Website","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pransu-code%2FBankist-Website","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pransu-code%2FBankist-Website/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pransu-code%2FBankist-Website/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pransu-code%2FBankist-Website/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pransu-code","download_url":"https://codeload.github.com/Pransu-code/Bankist-Website/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pransu-code%2FBankist-Website/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007482,"owners_count":26084313,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-11T02:00:06.511Z","response_time":55,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["figma","frontend-development","html-css-template","javascipt","ui-design","website"],"created_at":"2024-11-15T19:28:48.025Z","updated_at":"2025-10-11T14:05:25.391Z","avatar_url":"https://github.com/Pransu-code.png","language":"HTML","readme":"# Click below link for Bankist v1.0 beta source code \nhttps://github.com/Pransu-code/FundFusion\n\n## Below is another Website for banking experience make sure to checkout ( ps : you won't regret )\n\n\nThis is the first version of this banking website, UI is 100% functional.\n---\n\n# Bankist\n\n## Description\n\n**Bankist** is a minimalistic yet feature-rich web application that provides users with a seamless banking experience. Built using JavaScript, HTML, and CSS, Bankist allows users to open accounts, manage their finances, and perform various banking operations through an aesthetically pleasing and user-friendly interface.\n\n## Demo\n\nhttps://bankistportal.netlify.app/\n\n## Screenshots\n\n![1](assets/1.png)\n![2](assets/2.png)\n![3](assets/3.png)\n![4](assets/4.png)\n![5](assets/5.png)\n![6](assets/6.png)\n![7](assets/7.png)\n\n\n## Features to be implemented i V2\n\n- User Registration and Account Creation\n- User Authentication and Login\n- Account Balance Overview\n- Money Transfers between Users\n- Loan Requests and Approvals\n- Deposits and Withdrawals\n- Transaction History\n- Responsive Design for Optimal Viewing on Any Device\n\n## Technologies Used\n\n- HTML\n- CSS\n- JavaScript\n\n\n## Getting Started\n\n### Prerequisites\n\nTo run this project locally, you need a web browser (e.g., Chrome, Firefox, Safari).\n\n### Installation\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/your-username/bankist.git\n```\n\n2. Navigate to the project directory:\n\n```bash\ncd bankist\n```\n\n3. Open `index.html` in your web browser:\n\n```bash\nopen index.html\n```\n\n## Project Structure\n\n```\nbankist/\n│\n├── index.html       # The main HTML file\n├── styles.css       # The main CSS file\n├── script.js        # The main JavaScript file\n└── assets/          # Folder for images, icons, etc.\n```\n\n## Code Explanation\n\n### HTML\n\nThe HTML file contains the structure of the app, including forms for registration, login, and financial transactions, as well as elements for displaying user information.\n\n### CSS\n\nThe CSS file contains styles to create a visually appealing and responsive user interface. It includes layout styles, colors, fonts, and media queries for different screen sizes.\n\n### JavaScript\n\nThe JavaScript file contains the logic for:\n- User authentication\n- Handling financial transactions (transfer, deposit, withdraw)\n- Loan requests\n- Updating the UI with user data\n- Managing the transaction history\n\n## Contributing\n\nContributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.\n\n## License\n\n\n\n## Acknowledgments\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpransu-code%2Fbankist-website","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpransu-code%2Fbankist-website","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpransu-code%2Fbankist-website/lists"}