Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 700 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 700 Bytes

Finance Tracker app

finance

Features:

  • adding, editing and removing categories of expenses and incomes
  • adding, editing and removing of transactions
  • displaying all categories and also selected one, same with transactions
  • getting total of left money

Categories and Transactions are saving, editing and removing on the Firebase Realtime Database.

Worked with React on TS, Redux-Toolkit, Axios, React-Router-Dom, Material UI, Firebase.

To run this app:

  1. Clone this repository
  2. Install all necessary dependencies via npm i
  3. Start the app via npm start