Skip to content

tshih17110/finance-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Finance Tracker Project

Overview

A web application that provides insights into personal financial activities. Users can view account balances, recent transactions, and spending habits through interactive charts and graphs. The project uses React.js for the frontend, Express.js for the backend, and the Plaid API for example data.

Built With

Express
React
Plaid

Getting Started

  1. Clone repo and install dependencies

    git clone
    npm install
    
  2. Create a Plaid account and generate a Plaid client_id and secret

  3. Rename or copy the .env.example file to .env

    cp .env.example .env
    

    Fill out .env file with Plaid credentials

  4. Run project

    npm start
    
  5. Enter user_good as the username, and pass_good as the password for Plaid Link authentication

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published