# Expense Tracker App
An intuitive Expense Tracker App built using React, Tailwind CSS, Node.js, and JSON Server. This app helps users seamlessly manage and track their daily expenses with a simple and responsive interface.
Clone the repository:
git clone https://github.com/your-username/expense-tracker.git
cd expense-tracker
Install dependencies:
npm install
Start the JSON Server:
npx json-server --watch db.json --port 5000
Run the development server: ```bash npm run dev