https://github.com/dragunwf/budgetcartapp
A simple shopping cart android app with budget tracking. Developed as a practice project for a hackathon.
https://github.com/dragunwf/budgetcartapp
android-app gson java mobile-development sharedpreferences xml
Last synced: about 2 months ago
JSON representation
A simple shopping cart android app with budget tracking. Developed as a practice project for a hackathon.
- Host: GitHub
- URL: https://github.com/dragunwf/budgetcartapp
- Owner: DragunWF
- Created: 2025-03-21T10:52:59.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-03-30T09:08:32.000Z (about 2 months ago)
- Last Synced: 2025-03-30T10:19:59.211Z (about 2 months ago)
- Topics: android-app, gson, java, mobile-development, sharedpreferences, xml
- Language: Java
- Homepage:
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Budget Cart App 🛒
## Description
A simple and efficient shopping cart application designed to help you manage your purchases and stay within your budget.
**This project was developed as a practice exercise for a hackathon.**
## Team Members
- [Marc Plarisan (DragunWF)](https://github.com/DragunWF)
- [Isaac Severino (Aysaaak)](https://github.com/Aysaaak)
- [Jay Arnon Sinahunon (JasDevPH)](https://github.com/JasDevPH) - _Was absent during this practice session_## Features ✨
- **Item Management:**
- Add items with name, quantity, and price.
- Edit or delete items easily.
- **Real-time Cost Calculation:**
- Automatically computes the total cost as you add or update items.
- **Persistent Storage:**
- Saves your shopping list locally, so you can access it anytime.
- **Clean and User-Friendly Interface:**
- Intuitive layout for easy navigation and quick input.