/expense-tracker

This application allows users to keep track of their income and expenses.

Primary LanguageJavaScript

Expense Tracker Application

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.

Installation

Using npm:

git clone https://github.com/dlamb22/expense-tracker.git
cd expense-tracker
npm install
cd client
npm install

Usage

Once it has finished installing all of the packages, run this command:

npm run dev

License

MIT