Skip to content

Latest commit

 

History

History
71 lines (46 loc) · 1.92 KB

README.md

File metadata and controls

71 lines (46 loc) · 1.92 KB

💸 Expense Tracker App

The Expense Tracker App is a web application designed to help users track their expenses efficiently. It allows users to add, edit, and delete expenses, providing a convenient way to manage their finances.

Screenshots

Expense-Tracker-App

Live Link

Live Link

🌟 Features

  • Add new expenses with details such as name, description, and amount.
  • Edit existing expenses to update their details.
  • Delete expenses when they are no longer needed.
  • View a list of all expenses with total amount calculated.
  • Responsive design for use on both desktop and mobile devices.

⚙️ Technologies Used

🛠️ Setup

  1. Clone the repository:
git clone https://github.com/danielace1/expense-tracker-app.git
  1. Install dependencies:
npm install
  1. Run the development server:
npm run dev
  1. Open your browser and visit http://localhost:3000 to view the app.

🖥️ Usage

  • Sign up for an account or log in if you already have one.
  • Add your expenses using the form provided.
  • Edit or delete existing expenses as needed.
  • Log out when you're done.

Contribution

Contributions are welcome! Please feel free to submit pull requests or open issues for any bugs or feature requests.

License

This project is licensed under the MIT

Author