Skip to content

TevinDeale/rocket-bank-front-end

Repository files navigation

Rocket Bank UI

This project serves as the GUI for the Rocket Bank Spring Boot API, and uses the Proxy-Cognito Auth Server to authenticate users and send requests to the API.

Tech Stack

Tech Stack

Features

  • Create customer account
  • Open savings or checking Account
  • List accounts w/ balance
  • Account overview dashboard
  • Deposit or Withdraw Cash

Demo

Rocket Bank UI Demo

Deployment

This project can be ran locally or in a Docker container. Clone the repository and run the following commands.

Docker

  docker build -t rocketbankui:dev .
  docker run -p 5173:5173/tcp rocketbankui:dev .

Locally

  pnpm install
  pnpm dev

Contributing

Contributions are always welcome!

If you would like to contribute, reach out via X @FiinnDev

About

Web application built with VueJS, Pinia, and ChartJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages