Giter Club home page Giter Club logo

spendtune's Introduction

SpendTune โ€” Minimalistic personal expense tracker

Screenshots

Getting started

  1. Clone the repo
git clone https://github.com/Kamil-Zmuda/SpendTune.git
cd SpendTune

This application is integrated with Plaid's open banking API which is used to authorize and connect the user with their banking institutions.

Plaid's API offers many products however for app needs I'm using 'transactions' to fetch and sync them. Follow these steps:

To configure the API it's necessary to register an account at: https://dashboard.plaid.com/signup

Now go to your dashboard and select Developers > Keys section

Here you will find your client_id and Secret keys.

Go to project's /server folder and create a .env file, make sure to add this file to your .gitignore list, as it will store some sensitive data you don't want to expose.

Populate the .env file:

  • PLAID_CLIENT_ID= client_id from Plaid's dashboard
  • PLAID_SECRET= secret key from Plaid's dashboard
  • PLAID_ENV= sandbox - here you specify your environment. Sandbox mode allows you to fetch mock data from Plaid's mock institutions, so you don't need to use your real bank details to try it out.
  • PLAID_SANDBOX_REDIRECT_URI=http://localhost:3001 - redirect URI for server
  • SERVER_PORT=3001
  • SECRET="spendTune"

Now go to your dashboard and select Developers > API section.

Here you need to specify allowed Redirect URIs, same as above in the .env file.

Now you're good to go.


  1. Setup and run the server:
  • Install and run MongoDB process;
  • Install dependencies:
cd server
npm i
  • Run the server:
npm run dev
  1. Setup and run the client:
  • Install dependencies:
cd client
npm i
  • Run the client:
npm run dev

Open http://localhost:3001 with your browser to see the result.

Built with

Frontend

  • Typescript - Strongly typed programming language that builds on JavaScript.
  • React - Library for web and native user interfaces.
  • Zustand - State management solution.
  • JEST - JavaScript testing framework.
  • Cypress - e2e testing tool.
  • Figma - UI design tool entirely focused on user interface design.

Backend

  • Node.js - Open-source, cross-platform JavaScript runtime environment.
  • Express.js - Unopinionated, minimalist web framework for Node.js.
  • MongoDB - Document-oriented database program.
  • JEST - JavaScript testing framework.

Contributions:

  1. Redesigned with Figma.
  2. Created GH Project page to manage tasks.
  3. Rebuld app from Javascript to Typescript.
  4. Created new layouts.
  5. Split CSS using BEM methodology.
  6. Covered client and server with unit tests.
  7. Added e2e tests.

Contributors

Juan Vasquez - Github - LinkedIn

Anton Khomchenko - Github - LinkedIn

License

This project is licensed under the MIT License.

spendtune's People

Contributors

kamil-zmuda avatar khomch avatar simplyjuanc avatar

Watchers

 avatar

Forkers

khomch

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.