Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 766 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 766 Bytes

Finance Tracker

💵 An finance tracker that helps you managing your financial, powered by React.js

It also persists your incomes and expenses as it saves your input to your browser's local storage, so feel free to refresh the tab :)


Preview

This is how Finance Tracker looks:

main page


How to Run

In the project directory, you can :

  1. Install dependencies :
yarn
  1. Run this app in a browser :
yarn start

Open http://localhost:3000 to view it in a browser.


Hello !