A basic expense tracker app made with:
- React
- TypeScript
- Vite
- Tailwind CSS
- Multiple eslint & prettier plugins installed
Current deployment link : https://expense-tracker-68v1-satishs-projects-4d273205.vercel.app/
This project uses node and a package manager (npm, yarn or pnpm). Go check them out if you don't have them locally installed.
Then you need a copy of this repository, by either downloading this code or cloning the repository.
After getting a copy of this repository, you can use your package manager to install dependecies:
$ cd path-to-your-project
$ pnpm install
# npm install
# yarn installLet's run!
$ pnpm run dev
# npm run dev
# yarn run dev