Giter Site home page Giter Site logo

damoxify / bank-of-flatiron Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 340 KB

Bank-of-Flatiron is a simple react application empowering users to effortlessly manage their bank transactions. Features include viewing a detailed table of transactions, adding new entries, filtering by description, and alphabetically sorting transactions by category or description.

HTML 12.13% CSS 38.32% JavaScript 49.56%

bank-of-flatiron's Introduction

Bank Transactions React App

This is a simple React application that allows users to manage their bank transactions. Users can view a table of all transactions, add new transactions, filter transactions by description, and sort transactions alphabetically by category or description.

Table of Contents

Features

  • View a table of all transactions with details like date, description, category, and amount.
  • Add new transactions, including date, description, category, and amount.
  • Filter transactions by typing into the search bar. Only transactions with a description matching the search term are displayed.
  • Sort transactions alphabetically by category or description.
  • Delete transactions, which removes them from the table.

Getting Started

Follow these instructions to get the project up and running on your local machine.

Prerequisites

  • Node.js and npm installed on your machine.

Installation

  1. Clone the repository to your local machine.
git clone <repository-url>
  1. Navigate to the project directory.
cd bank-transactions-react-app
  1. Install the required dependencies.
npm install

Starting JSON Server

To fetch data for the application, we are using JSON Server. You can start JSON Server with the following steps:

  1. Open a new terminal window.

  2. Navigate to the project's root directory.

cd bank-transactions-react-app
  1. Start JSON Server using the provided JSON data file (db.json).
json-server --watch db.json --port 3001

JSON Server will now be running on port 3001 and will provide the API for fetching and managing transactions data.

Usage

  1. Start the React development server.
npm start
  1. Open your web browser and go to http://localhost:3000 to access the application.

  2. You can now interact with the application, add new transactions, filter transactions, and sort them as needed.

Contributing

Contributions are welcome! If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

  3. Make your changes and test them thoroughly.

  4. Commit your changes and push them to your fork.

  5. Create a pull request to merge your changes into the main repository.

Please make sure to follow the code style and conventions used in the project.

License

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

Feel free to customize this README to include additional information or specific project details as needed.

bank-of-flatiron's People

Contributors

damoxify 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.