Expense Tracker is a web application helps users to track their monthly expenses. It's a responsive, and installable PWA supported web application works great on with various devices and browsers.
Clone Expense Tracker with git
git clone https://github.com/TechnicalAdvancement/expense-tracker.git
Install dependencies of Expense Tracker with npm
npm install
or
Install dependencies of Expense Tracker with yarn
yarn