Snack Shop App

Simulator Screenshot - iPhone 15 Pro - 2024-05-04 at 02 32 46

Description

The Snack Shop App is a SwiftUI-based iOS application that simulates a snack store experience. Users can explore various categories of snacks including Chips, Chocolate, and Waffles. Each product is showcased with an appealing card displaying its name, price, and an option to add it to the cart. The app includes features such as browsing the product catalog, viewing the cart, and a visually pleasing home screen.

Key Features

  • Product Catalog: Browse through different categories of snacks.
  • Modern Card Interface: Each product is presented in an attractive card format.
  • Add to Cart: Easily add products to the cart with just one tap.
  • SwiftUI Implementation: Developed entirely in SwiftUI for a seamless user experience.

System Requirements

  • iOS 13.0 or later
  • Xcode 11.0 or later
  • Swift 5.0

How to Install

  1. Clone this repository to your local machine.
  2. Open the project in Xcode.
  3. Build and run the application on an iOS simulator or physical device.

Simulator Screenshot - iPhone 15 Pro - 2024-05-04 at 02 33 00

Contribution

Contributions are welcome! If you want to contribute to this project, follow these steps:

  1. Fork this repository.
  2. Create a new branch with the name of your feature (git checkout -b my-feature).
  3. Make your changes and commit (git commit -am 'Add new feature').
  4. Push to the branch (git push origin my-feature).
  5. Create a new Pull Request.

Author

Gustavo Lira

License

This project is licensed under the MIT License - see the LICENSE file for details.