https://github.com/debck/bank-client
https://github.com/debck/bank-client
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/debck/bank-client
- Owner: debck
- Created: 2021-01-06T06:21:23.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-07T11:59:50.000Z (over 5 years ago)
- Last Synced: 2025-01-21T18:51:28.993Z (over 1 year ago)
- Language: JavaScript
- Size: 381 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank Client Side
The client side of the banks app with all the functionality like
* listing of the banks with details
* searching by text for the banks
* pagination for the results of the search, the user is also allowed to select page size
* mark some banks as favourites
* View banks that were marked as favourites
## Tech Stack
> * Reactjs
> * Material UI
## Screenshots:
> Entire App:

> Mark banks as favourites/non favorites.

> View banks that were marked as favourites

> Dropdown options to filter between 5 cities

> Can search as required between all fields

> No results page

## Available Scripts
In the project directory, you can run:
### `yarn start`
Runs the app in the development mode.\
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
### `yarn build`
Builds the app for production to the `build` folder.\
It correctly bundles React in production mode and optimizes the build for the best performance.