/expenseTracker-ReactApp

ExpenseTracker application usign react, and the localstorage for persistance.

Primary LanguageTypeScript

Expense Tracker build with React + TypeScript + Vite

Application work with react components. It use a custom hook for data persistance throught localstorage. The application takes income and expense. Expense are idenfied when you use the minus symbol (-).

Run application

To run application first clone the repository:

git clone https://github.com/RicardoColladoRothschild/expenseTracker-ReactApp.git

Install all dependecies by runing

npm i

You must have node installed for this.

And finally to run the application

npm run dev

Enjoy it!