Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 760 Bytes

README.md

File metadata and controls

38 lines (22 loc) · 760 Bytes

MY STORE

This project is a Flutter application developed. The goal of the project is to create a mobile application that retrieves data from a dummy JSON API and displays it in a user-friendly interface.

Features Display a list of products fetched from a dummy JSON API. Allow users to view product details. Implement product categories with search functionality. Enable users to add products to favorites. Provide a search feature to search for products. Include a user profile section with basic information.

API Reference

Get all Products

  GET /products

Get Specific Products

  GET /products/${id}

Get All Categories

  GET products/categories

DEMO

https://youtu.be/eEUi39UiHvs