https://github.com/gitericsson/bankist-webapp
Bankist is an innovative and easy-to-use internet banking service. Primary tasks like money transfers, loan requests, account closures, and balance checks are implemented by this project. Available for both Mobile and Desktop Devices(Device agnostic website).
https://github.com/gitericsson/bankist-webapp
bankist bankist-app css3 device-agnostic dom-manipulation jonas-schmedtmann typescript
Last synced: 8 months ago
JSON representation
Bankist is an innovative and easy-to-use internet banking service. Primary tasks like money transfers, loan requests, account closures, and balance checks are implemented by this project. Available for both Mobile and Desktop Devices(Device agnostic website).
- Host: GitHub
- URL: https://github.com/gitericsson/bankist-webapp
- Owner: gitEricsson
- Created: 2024-04-09T22:20:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-17T12:01:23.000Z (over 1 year ago)
- Last Synced: 2025-01-03T19:29:10.307Z (10 months ago)
- Topics: bankist, bankist-app, css3, device-agnostic, dom-manipulation, jonas-schmedtmann, typescript
- Language: TypeScript
- Homepage: https://ericsson-bankist-webapp.netlify.app/
- Size: 976 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BANKIST WebApp
## Table of contents
- [Overview](#overview)
- [About](#about)
- [The Challenge](#the-challenge)
- [Features](#features)
- [Updates](#updates)
- [Screenshots](#screenshots)
- [Links](#links)
- [My process](#my-process)
- [Built with](#built-with)
- [Author](#author)
- [Acknowledgments](#acknowledgments)## Overview
### About
Bankist is an innovative and easy-to-use internet banking service. Primary tasks like money transfers, loan requests, account closures, and balance checks are implemented by this project.
### The Challenge
My aim was to recreate Jonas' BANKIST WebApp
You can login, and make transfers to other accounts(in the "transfer to" field, any of the usernames below can be made use of) with these login credentials on the live site:
- username: er || pin: 1111
- username: js || pin: 2222
- username: jd || pin: 3333### Features
- Simple Login functionality and Interface
- Loan granting functionality
- Ability to transfer funds to an account
- User's Transactions UI
- Timer to log user out
- Toggle transactions sorting
- Current Balance display### Updates
- Responsive Web design across all devices
### Screenshots



### Links
- Solution URL: [Github Repo here](https://github.com/gitEricsson/Bankist-WebApp)
- Live Site URL: [Live site here](https://ericsson-bankist-webapp.netlify.app/)## My process
### Built with
- Semantic HTML5 markup
- CSS custom properties
- Flexbox
- CSS Grid
- TypeScript## Author
- Website - [Ericsson Raphael](https://github.com/gitEricsson)
- LinkedIn - [@ericsson](www.linkedin.com/in/ericssonraphael)
- Gmail - [@ericsson](ericssonraphael@gmail.com)## Acknowledgments
[Jonas Schmedtmann](https://github.com/jonasschmedtmann)