Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sayedshehata1/bankist
The Bankist is a simulated banking application that creates features like user authentication, transactions, and account management.
https://github.com/sayedshehata1/bankist
css html javascript
Last synced: about 1 month ago
JSON representation
The Bankist is a simulated banking application that creates features like user authentication, transactions, and account management.
- Host: GitHub
- URL: https://github.com/sayedshehata1/bankist
- Owner: SayedShehata1
- Created: 2024-04-11T01:24:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-11T01:34:21.000Z (9 months ago)
- Last Synced: 2024-05-07T19:35:40.055Z (8 months ago)
- Topics: css, html, javascript
- Language: JavaScript
- Homepage: https://bankist-rosy.vercel.app/
- Size: 856 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BANKIST - User Interface
![HTML](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
![CSS](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
![Netlify](https://img.shields.io/badge/Netlify-00C7B7?style=for-the-badge&logo=netlify&logoColor=white)
Table of Contents
## About The Project
![omnifood preview](./img/preview.PNG)
Simple banking-UserPage for tracking transactions and transfer money to other users and request loans.
### Built With
- [HTML](https://html.com/)
- [CSS](https://www.w3schools.com/css/)
- [JavaScript](https://www.javascript.com/)### Flowchart
## Getting Started
This project doesn't require any prequesites or dependenscies and you can view it online using this [demo](https://bankist-rosy.vercel.app/).
### Users
| Owner | UserName | Pin |
| ----------------- | -------- | ---- |
| Jonas Schmedtmann | js | 1111 |
| Jessica Davis | jd | 2222 |
| Steven Thomas | st | 3333 |> To get a local copy up and running follow these simple steps :
### Installation
1. Clone the repo
```sh
git clone https://github.com/SayedShehata1/Bankist.git
```
2. Go to project folder
```sh
cd 3_BANKIST/User_Intertface
```
3. open `index.html` file## Contributing
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement".
Don't forget to give the project a star! Thanks again!1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## Acknowledgments
- [Jonas schmedtmann](https://github.com/jonasschmedtmann)