The Expense Tracker Project is a project that you can add and delete expenses by filling the form and it will show your balance.
You can check live version here.
To use it, just fill a description to the expense or income and, if it is an expense, set minus signal before the number. For example:
Pizza
-16.50
To run it locally, please do as following:
Clone the repo
After clone, please run the command to install all dependencies
To start the server and explore, please run
If you have any problems with yarn install
, please, delete yarn.lock
from your folder and run it again.
Feel free to explore and change the code however you want to =)