Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 5 hours 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 (9 months ago)
- Default Branch: prod
- Last Pushed: 2024-04-03T23:38:10.000Z (7 months ago)
- Last Synced: 2024-10-17T13:52:36.835Z (22 days 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
![Magbank](./.github/assets/desktop.png)
[![production deploy](https://github.com/JacksonFA/magbank/actions/workflows/bohr.yml/badge.svg)](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.
![Magbank](./.github/assets/mobile.png)
## 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.