📱 Description
The Shopping List App is a mobile application developed to facilitate shopping lists with simple filters, offering an intuitive interface to add items and mark as bought. Ideal for organizing daily shopping efficiently.
✨ Features
- ✅ Add and delete list items
- 🔍 Filters by pending and done
- ✅ Mark items as bought (checkbox)
- 📱 Responsive and intuitive interface
- 💾 Local persistence with AsyncStorage
- 📊 Summary of pending vs. bought items
✨ Previews
Below are a couple of screenshots showing the app in action.
🚀 Installation
- Node.js (version 14 or higher)
- npm or yarn
- Clone the repository:
$ git clone https://github.com/developerantoniosousa/comprar-app.git- Navigate to the project directory:
$ cd comprar-app- Install dependencies:
$ npm install- Run the application:
$ npm startThis project is licensed under the MIT License - see the LICENSE file for details.

