Skip to content

world2222/Stylish

Repository files navigation

Stylish

Wanna get latest & popular fashion trends?

Sick of trying all the clothes on to find the best color match?

- Try 'Stylish'.





Fashion Magazine

ezgif com-video-to-gif (2)

Not just like a shopping app, but more like a fashion magazine.

  • Focusing on the look, not the price.
  • Update the fashion items following the latest and popular trends.

Explore deeper

item detail

Check details, search deeper and wider.

By clicking each fashion item, users can check...

  • Brand name
  • Additional images
  • Item name
  • Price (current & original)
  • Product details
  • About the Brand
  • Model's size & fit
  • Precautions
  • Textures

The unique feature of Stylish

createscreen

Don't need to try the clothes on to check the color match.

It's easy to imagine the look of the clothes but not the color.

Even if the clothes look awesome, if the color doesn't match, it just becomes an iffy fashion item.
But to check whether the color matches well trying all the clothes on, it's hard.

So, here's the solution. Try Stylish.


Powerful search function

search by category search by term

Search by Category & Search by Keyword

Stylish offers the users to search the fashion items in a various ways.
You can search it following the categories or just search it with keywords.
Also, you can put some options when searching with keywords.
You can choose to sort it by ascending, descending, recommended, or latest order.
And you can set also the price limit.


Your own wish list

wish list

Explore around, and fill your wish list

We offer the wish list function to help the users with choosing fashion items.
By clicking on the bookmark icon of the items from home screen, search screen, and detailed screen, users can save their favorites into their wish list.
Also, if the users click on this icon once again, the bookmark icon will be changed from the filled one to the outlined one, and the corresponding fashion item will be removed from your wish list.


API info

Asos api from rapidapi.com -> https://rapidapi.com/DataCrawler/api/asos10/

Stylish uses the api from the rapidapi's api hub. To try this app, please get your own API_KEY and put it in AppModule file.

fun provideHttpClient(): HttpClient {
        return HttpClient(Android) {
            install(ContentNegotiation) {
                json(Json {
                    prettyPrint = true
                    isLenient = true
                    ignoreUnknownKeys = true
                })
            }

            install(DefaultRequest) {
                header("X-RapidAPI-Key", "PUT YOUR API KEY HERE")
                header("X-RapidAPI-Host", "asos10.p.rapidapi.com")
            }
        }
    }

License

Apache License 2.0


Try Stylish, search and create your own fashion.

Thank you for your visit, have a great day!

About

App for checking color match of the clothes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages