-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed bug related to loading shopping list
Fixed bug related to watchlist backend Updated demo video
- Loading branch information
1 parent
f24acf7
commit 1fb2fd5
Showing
8 changed files
with
48 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Bayya", | ||
"request": "launch", | ||
"type": "dart" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,9 @@ | ||
# Bayya | ||
|
||
An e-commerce flutter application | ||
An e-commerce flutter application. | ||
The application features: | ||
* Shopping Cart & Watchlist tracking | ||
* User Login and registration support | ||
|
||
## Demo | ||
[![Demo](https://img.youtube.com/vi/Gj34dG4w6Mk/0.jpg)](https://www.youtube.com/watch?v=Gj34dG4w6Mk) | ||
|
||
## Description | ||
### Homepage | ||
<p>Homepage currently contains list of dummy test cases for products.</p> | ||
<img src="/docs/homepage_screenshot.png" width="250" /> | ||
|
||
### Application Sidebar | ||
<p>Sidebar for the application contains shopping cart, watchlist, account management.</p> | ||
<img src="/docs/application_sidebar.png" width="250" /> | ||
|
||
### Product page | ||
<p>Product page currently contains some details about the products itself.</p> | ||
|
||
Main product page | Click cart icon | Click watchlist icon | ||
------------ | ------------- | ------------- | ------------- | ||
<img src="/docs/product_screenshot.png" width="250" /> | <img src="/docs/product_added_to_shopping_cart.png" width="250" /> | <img src="/docs/product_watchlisted.png" width="250" /> | ||
|
||
### Shopping Cart page | ||
<p>This page tracks the products added by the user to shopping cart.</p> | ||
<img src="/docs/shopping_cart.png" width="250" /> | ||
|
||
### Watchlist page | ||
<p>This page tracks watchlisted products (or saved) by the user.</p> | ||
<img src="/docs/watchlist.png" width="250" /> | ||
|
||
### Search page | ||
<p>This page is used to search desired products by name instead looking through the whole catalog.</p> | ||
<img src="/docs/search_page.png" width="250" /> | ||
[![Demo](https://img.youtube.com/vi/mIx5fLc2f2E/0.jpg)](https://www.youtube.com/watch?v=mIx5fLc2f2E) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters