This is a Fullstack Expense Tracker App that allows you to track your expenses and manage your finances.
- Add expenses with amount, description, and type.
- View expenses in real-time as a list.
- Edit any expense in the list.
- Delete any expense from the list.
- FrontEnd: HTML, BootStrap CSS, JavaScript
- BackEnd: Node.js, MySQL
- Clone the repository.
- Install dependencies with
npm install
. - Set up the MySQL database and configure the connection.
- Run the application with
npm start
. - Access the app at
http://localhost:5000
.
Contributions are welcome! Please open an issue or submit a pull request.