Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)





Logo

BANKIST - User Interface


View Demo
·
Report Bug


Table of Contents



  1. About The Project



  2. Getting Started


  3. Contributing

  4. Acknowledgments

## About The Project

![omnifood preview](./img/preview.PNG)

Simple banking-UserPage for tracking transactions and transfer money to other users and request loans.

(back to top)

### Built With

- [HTML](https://html.com/)
- [CSS](https://www.w3schools.com/css/)
- [JavaScript](https://www.javascript.com/)

(back to top)

### Flowchart

flowchart

(back to top)

## 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

(back to top)

## 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

(back to top)

## Acknowledgments

- [Jonas schmedtmann](https://github.com/jonasschmedtmann)