Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 936 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 936 Bytes

Borderless Expense Tracker

The ideal expense tracker for travelers and digital nomads. This web app allows users to input and track expenses in 200+ currencies and receive a real time conversion; users can review their monthly and yearly spending habits with generated graphs and reports.

Live Demo 👈

Built with

See the package.json file in the client and server directories for a full list of dependencies.

Authentication

Authentication is handled with either JWT's or Google's OAuth. Passwords are hashed with bcrypt before being stored on the database.