/bank-frontend-react

Banking system frontend made with react + vite

Primary LanguageJavaScript

Banking system Frontend with React and Vite




Introduction

Welcome to the Chebank Frontend project! This repository contains the frontend codebase for Chebank, a fictional bank. This project is built using React and Vite, providing a foundational understanding of React

Setup Instructions

  1. Clone the repository:
    https://github.com/SaviNimz/bank-frontend-react.git
    
  2. Navigate to the project directory
    cd frontend
  3. Install dependencies
    npm install
  4. go to the src directory
    cd src
  5. start the development server
    npm run dev
    

Then the local development server will start at http://localhost:5173/

Preview_1

Preview_2