A simple weather-app build using simple functionalities of React-Native.
- Must run all three of below:
npm install
np expo start




Created a standard layer for our app which allows us to:
- View Current Weather, View Upcoming Weather, View City Information.
- Done using React Hooks, React Native Components, Expo.
Created basic file-folder structure with different repository for different components.
Updated business layer to include:
- pre-defined users
- users can create polls (access polls, vote, request PIN#)
- New poll manager options (access polls, manage polls using PIN#)
API Calls which provide:
- Temperature (High/ Low)
- Upcoming Weather Report(Hourly)
- City Information (with population)
- Sunrise/Sunset Time
Updated front-end to include:
- short message according to the weather
- change background color of homepage according to the weather