/WeatherWear

EWHA HCI-2022 ☀️ Get your wear for the weather, whoever, whenever

Primary LanguageJavaScript

WeatherWear

Get your wear for the weather, whoever, whenever! At Weatherwear, you will be recommended the most appropriate outfit for each time, and able to look at other users' responses. To check out our app, you can clone our repo, or access a prototype made with Figma.

🚀 Author

Gyoungmin Kim
gmkim20713
Suyeon Maeng
maengsuyeon
Yujin Seol
rkdfc93
Jungeun Kim
Jungeunkim-dev
Initial Setting
Mypage
Constitution setting component
Design Revision
Navigation Revision
Mainpage's cloth component Mainpage's weather-component Location page
Modal Design

✨ Features

  • Recommendation of User's outfit
  • Redirection to purchaseable link
  • Review, and share responses

🍿 Demo

Setting/My page

final_constitution setconstitution
Set constitution Set location
User can set [hot,cold,none] constitution User can set desired location

Mainpage

revised_general reviewButton gotoMusinsa
General/By Time tab Review Redirection
User can get desired type of weather information User can check&add review User can get purchaseable shopping mall link

🛠️ Technologies

The following tools were used in this project:

✅ Requirements

Before starting, you need to have Git, Node, React-native, and yarn installed.

🏁 Starting

# Clone this project  
$ git clone https://github.com/team15ya/WeatherWear.git  
  
# Access  
$ cd weatherwear && cd app  
  
# Install dependencies  
$ yarn  
  
# Run the project  
$ yarn react-native run-android  
  
# The server will initialize in the <http://localhost:8081>  
# You need to set GOOGLE MAP API KEY

Back to top