https://github.com/arcenojackson/magbank
A web bank application developed for the Global Dev course
https://github.com/arcenojackson/magbank
bohr-deployed bootstrap javascript reactjs sass vitejs
Last synced: 3 months ago
JSON representation
A web bank application developed for the Global Dev course
- Host: GitHub
- URL: https://github.com/arcenojackson/magbank
- Owner: arcenojackson
- Created: 2024-02-08T00:03:14.000Z (over 2 years ago)
- Default Branch: prod
- Last Pushed: 2024-04-03T23:38:10.000Z (over 2 years ago)
- Last Synced: 2025-05-30T04:57:16.022Z (about 1 year ago)
- Topics: bohr-deployed, bootstrap, javascript, reactjs, sass, vitejs
- Language: JavaScript
- Homepage: https://magbank.bohr.io
- Size: 4.85 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://github.com/JacksonFA/magbank/actions/workflows/bohr.yml)
# MAGBANK
This application was developed during the Global Dev course at Imagine School using React, Vite, Sass, and Bootstrap.
In addition, the development was guided by some Mobile First concepts.

## Running Locally
After cloning the repository, access the project folder and run the following commands:
```sh
yarn
yarn dev
```
In another terminal tab, run the command below to start the JSON-Server API:
```sh
yarn db
```
Access to view the application.