Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caseyochieng/bank-react
https://github.com/caseyochieng/bank-react
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/caseyochieng/bank-react
- Owner: CaseyOchieng
- Created: 2023-01-16T06:54:21.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T06:31:23.000Z (almost 2 years ago)
- Last Synced: 2024-04-28T01:41:52.428Z (8 months ago)
- Language: JavaScript
- Homepage: https://bank-react-six.vercel.app
- Size: 1.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bank of Flatiron
Welcome to the Bank of Flatiron, where you can trust us with all your financial
data! Use the below gif as an example of how the app should function.## Instructions
For this project, you’ll be building out a React application that displays a
list of your recent bank transactions, among other features.Part of what this code challenge is testing is your ability to follow given
instructions. While you will definitely have a significant amount of freedom in
how you implement the features, be sure to carefully read the directions for
setting up the application.## Setup
After forking the project:
1. Run `npm install` in your terminal.
2. Run `npm run-script`. This will run your backend on port `8001`.
3. In a new terminal, run `npm start`. This will run your React app on port `8000`.Make sure to open
[http://localhost:8001/transactions](http://localhost:8001/transactions) in the
browser to verify that your backend is working before you proceed!.## Endpoints
The base URL for your backend is: `http://localhost:6003`
## Core Deliverables
As a user, You will be able to:
- See a table of the transactions.
- Fill out and submit the form to add a new transaction. This should add the new
transaction to the table **as well as post the new transaction to the backend
API for persistence**.
- Filter transactions by typing into the search bar. Only transactions with a
description matching the search term should be shown in the transactions
table.
##Deploy link
click link to open:https://bank-react-7f5h.vercel.app/