- Sign-up functionality
- Login functionality
- Home Page should display all the items
- Filter the items while entering the item to be searched in the search bar.(Not only after clicking search icon)
- Each item should have the following properties,
- ID
- Name
- Price
- Quantity
- Add to cart functionality
- Payment functionality
- After paying for an item, cart should be updated.
- Number of items in the cart should be displayed near cart symbol.
- Logout functionality.