🎥 You can see an example video of its use here, remember to put the video in high resolution 😉.
App that shows Open Weather Api about weather forecasts for cities.
This is a new React Native project, bootstrapped using @react-native-community/cli
.
Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.
# clone this repository
git clone https://github.com/yandrakarine/weather-ease
# Navigate to the project folder
cd weather-ease
Now you need to install all the necessary depedencies for the project by running the following command:
# using npm
npm install
# OR using Yarn
yarn
You will need to start Metro, the JavaScript bundler that ships with React Native.
To start Metro, run the following command from the root of Weather Ease App project:
# using npm
npm start
# OR using Yarn
yarn start
Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:
# using npm
npm run android
# OR using Yarn
yarn android
# using npm
npm run ios
# OR using Yarn
yarn ios
If everything is set up correctly, you should see Weather Ease running in your Android Emulator or iOS Simulator shortly provided you have set up your emulator/simulator correctly.
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.
You've successfully run and modified your Weather Ease App. 🥳
If you can't get this to work, see the Troubleshooting page.
We check TypeScript every commit, but you can check it in isolation by running the following command:
yarn test:tsc
In this project we followed the Git Flow commits pattern, to help us in the process we used Commitizen
yarn commit
We've added some unit tests for utility functions. You can run them using the following command:
# run all of them
yarn test
# run for a specific file
yarn test 'fileRelativePath'
The following tools were used in building the project:

🚀 Yandra Karine
Made with ❤️ by Yandra Karine 👋🏽 Contact me!