Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ankitchoudhary-vcf/spark-banking-system

Sparks Foundation Task #1 Basic Banking System
https://github.com/ankitchoudhary-vcf/spark-banking-system

axios react react-router reactjs

Last synced: 10 days ago
JSON representation

Sparks Foundation Task #1 Basic Banking System

Awesome Lists containing this project

README

        

# Welcome to The Banking System Application!!
***

Check out the [Banking System](https://ankit1509.github.io/Spark-Banking-System)

![BAnking System](https://user-images.githubusercontent.com/60814508/128676374-df4da776-7d79-4651-900b-d4fc0f696bcd.png)

***
***
## Introduction
***

- This is a Banking System Application build with React JS.
- Task1 - Basic Banking System of Web development and designing internship, given by The Sparks Foundation.

***
***

## Running the project
***

1. Clone the GitHub repository.

```bash
git clone https://github.com/ankit1509/Spark-Banking-System.git
```

2. Install the project.

```bash
cd Spark-Banking-System
npm install
```

3. Start the project.

```bash
npm start
```

A web browser should automatically open [http://localhost:3000](http://localhost:3000).

***
***

## -By Dev [Ankit Choudhary](https://github.com/ankit1509)