GithubHelp home page GithubHelp logo

flatiron-bank's Introduction

Bank Transactions React App

A simple React application that displays a list of your recent bank transactions and allows you to add new transactions. You can also filter transactions by their description and sort them alphabetically by category or description. This project was built to practice React development skills and demonstrate how to interact with a local JSON DB server to fetch and manipulate data.

Table of Contents

Requirements

To run this project, you need the following:

  • Git installed on your machine to clone the repository.
  • Code editor (e.g., VS Code) for viewing and editing the code.
  • Node.js installed to install and manage dependencies.
  • JSON Server installed globally for simulating a server.

Installation

  1. Clone this repository by running the following command in your terminal:
    $ git clone https://github.com/your_username/bank-transactions-react-app.git
  2. Navigate to the cloned repository folder:
    $ cd bank-transactions-react-app
  1. Install project dependencies by running:
    $ npm install

Usage

  1. Ensure the JSON Server is running by executing the following command in your terminal:
     $ json-server --watch db.json
  1. Start the React development server by running:
     $ npm run dev

Features

As a user, you can:

  1. See a table of all transactions.
  2. Fill out and submit the form to add a new transaction (Note: The new transaction is not persisted to the backend in core deliverables).
  3. Filter transactions by typing into the search bar. Only transactions with a description matching the search term will be shown in the transactions table.
  4. Sort transactions alphabetically by category or description.
  5. Delete a transaction, which will remove it from the table.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

This project was created by Erick Aboge. Feel free to reach out if you have any questions or feedback regarding this project.

flatiron-bank's People

Contributors

abogeerick avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.