Skip to content

pama7786/flatabank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transaction Tracker

This application allows you to view, filter, add, and delete transactions.

How to use

Clone the repository and run npm install or yarn install to install the dependencies. Run npm start or yarn start to start the development server. The application will be available at http://localhost:3000/.

git clone git@github.com:pama7786/flatabank.git

Features

  • View a list of transactions fetched from an API

  • Search for a specific transaction by its description

  • Add new transactions to the table

  • Delete transactions from the table

  • Technologies Used

  • React

  • JavaScript

  • CSS

Deployment

Note

The application uses a mock API endpoint that returns a list of transactions. The new transactions added by user will not be persisted to the backend, they will only be displayed on the frontend.

Lisence

MIT License Copyright (c) 2023 Abdirahman diss

Author

This app was created and coded by Abdirahman diis ("https://github.com/pama7786/flatabank)

Enjoy!