Catalog App is a Flutter project that provides a platform for users to buy trending products. It is designed to be a user-friendly and efficient way to browse and purchase items from various categories.
The project includes the following features:
- Login Screen: Display where users can login easily.
- Home Screen: Displays a list of popular products and allows users to search for specific products by name or category.
- Product Detail Screen: Displays detailed information about a specific product, including price, description, and customer reviews.
- Shopping Cart: Allows users to add items to their cart, update the quantity of items, and remove items from their cart.
To get started with the Catalog App project, follow these steps:
Clone the repository to your local machine using git clone https://github.com/27priyanshu/Catalog_App.
Ensure that you have Flutter installed on your machine by following the instructions on the official Flutter website: https://flutter.dev/docs/get-started/install.
Open the project in your preferred IDE or code editor.
Run the project using flutter run in the terminal or by using the run command in your IDE.
Contributions to the Catalog App project are welcome and encouraged! If you find a bug, have an idea for a new feature, or want to contribute code, please feel free to submit a pull request.
Before submitting a pull request, please ensure that your code follows the project's coding standards and passes all tests.