https://github.com/francislagares/bankist-website
The bankist-app website (built using HTML, CSS & Javascript/Typescript ) with the purpose of training and showing advanced DOM events within vanilla JS. Screen transitions, sliders, lazy-loading and some other features can be found in the code/site.
https://github.com/francislagares/bankist-website
css3 es2022 html5 javascript typescript vanilla-js
Last synced: 3 months ago
JSON representation
The bankist-app website (built using HTML, CSS & Javascript/Typescript ) with the purpose of training and showing advanced DOM events within vanilla JS. Screen transitions, sliders, lazy-loading and some other features can be found in the code/site.
- Host: GitHub
- URL: https://github.com/francislagares/bankist-website
- Owner: francislagares
- License: mit
- Created: 2022-01-07T19:11:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-03-01T18:42:46.000Z (over 3 years ago)
- Last Synced: 2025-01-29T18:23:17.436Z (5 months ago)
- Topics: css3, es2022, html5, javascript, typescript, vanilla-js
- Language: SCSS
- Homepage: https://bankist-website-francislagares.netlify.app/
- Size: 10.7 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bankist Website
[![Product Name Screen Shot][product-screenshot]](https://bankist-website-francislagares.netlify.app/)
## Built with
Table of Contents
## About The Project
Bankist-Website
Minimal website for a bank.
View Demo
Bankist is a minimal website for a bank. A minimal design with responsive and soothing design
along with functionality to sign into account for further activities. Simply click on login and user credential provided on screen to use bankist web app.
## Installation
Clone this repo and install dependencies.
```bash
yarn install
```## Usage
### Development server
```bash
yarn start
```You can view the development server at `localhost:8080`.
### Production build
```bash
yarn build
```### Run Express server
```bash
yarn serve
```## Author
- [Francis Lagares](https://www.linkedin.com/in/francislagares)
## License

This project is open source and available under the [MIT License](LICENSE).
[product-screenshot]: ./src/images/screenshot.jpg