This repository contains a full-stack Expense Tracker application with a React frontend and a Node.js/Express backend.
client/- React frontendserver/- Express backend API
cd server
npm install
npm run start
cd client
npm install
npm start
- Add, view, edit, delete expenses
- Categorize expenses
Feel free to open issues or submit pull requests.
MIT License