This application allows users to keep track of their income and expenses.
This MERN application uses react hooks, including useReducer and useContext, and MongoDB for creating, reading, updating and deleting.
Using npm:
git clone https://github.com/dlamb22/expense-tracker.git
cd expense-tracker
npm install
cd client
npm install
Once it has finished installing all of the packages, run this command:
npm run dev