MedRedha / The-Weather-App

Beautiful Weather App 🌧 β˜€οΈ

Home Page:https://wuud-team.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Relative Weather Coding Challenge
Made with ❀️ by Med Redha

GitHub package.json version GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub last commit Pull Request Website GitHub stars Platforms


πŸš€ Installation

Let's start by cloning the repo locally

git clone https://github.com/TheJoWo/relative-weather-mk.git

πŸ— Project Structure

β”œβ”€β”€ LICENSE
β”œβ”€β”€ README.md
β”œβ”€β”€ __tests__
β”‚   └── App-test.tsx
β”œβ”€β”€ android
β”‚   β”œβ”€β”€ app
β”‚   β”œβ”€β”€ build.gradle
β”‚   β”œβ”€β”€ gradle
β”‚   β”œβ”€β”€ gradle.properties
β”‚   β”œβ”€β”€ gradlew
β”‚   β”œβ”€β”€ gradlew.bat
β”‚   β”œβ”€β”€ link-assets-manifest.json
β”‚   └── settings.gradle
β”œβ”€β”€ app.json
β”œβ”€β”€ babel.config.js
β”œβ”€β”€ index.js
β”œβ”€β”€ ios
β”‚   β”œβ”€β”€ Podfile
β”‚   β”œβ”€β”€ Podfile.lock
β”‚   β”œβ”€β”€ Pods
β”‚   β”œβ”€β”€ WeatherApp
β”‚   β”œβ”€β”€ WeatherApp-tvOS
β”‚   β”œβ”€β”€ WeatherApp-tvOSTests
β”‚   β”œβ”€β”€ WeatherApp.xcodeproj
β”‚   β”œβ”€β”€ WeatherApp.xcworkspace
β”‚   β”œβ”€β”€ WeatherAppTests
β”‚   └── link-assets-manifest.json
β”œβ”€β”€ logbox.js
β”œβ”€β”€ metro.config.js
β”œβ”€β”€ package.json
β”œβ”€β”€ react-native.config.js
β”œβ”€β”€ src
β”‚   β”œβ”€β”€ App.tsx
β”‚   β”œβ”€β”€ assets
β”‚   β”œβ”€β”€ components
β”‚   β”œβ”€β”€ hooks
β”‚   β”œβ”€β”€ screens
β”‚   β”œβ”€β”€ services
β”‚   β”œβ”€β”€ shared
β”‚   └── utils
└── yarn.lock

🧭 Step By Step Guide

🧼 Clean-Up & Simple Run

Clean up the cache & install the dependencies

  • yarn clean && yarn start
  • yarn || npm i
  • yarn pod (iOS Only)
  • yarn clean && yarn start
  • yarn ios

- In Code We Trust -

About

Beautiful Weather App 🌧 β˜€οΈ

https://wuud-team.com/

License:MIT License


Languages

Language:TypeScript 71.6%Language:Java 11.7%Language:JavaScript 8.4%Language:Objective-C 6.5%Language:Starlark 1.1%Language:Ruby 0.7%