This repository contains a React Native mobile application created as part of the HNG Internship Stage 0 task. The app features a simple UI with links to various HNG resources.
- Simple and intuitive user interface
- Direct links to HNG resources
- Platform compatibility for both iOS and Android
- Node.js (v14 or later)
- npm or yarn
- React Native CLI
- Xcode (for iOS development)
- Android Studio (for Android development)
-
Clone the repository:
git clone https://github.com/oyerohabib/HNG-12-Mobile-stage-0.git
-
Navigate to the project directory:
cd stage-0-mobile
-
Install dependencies:
npm install # or yarn install
cd ios
pod install
cd ..
npx react-native run-ios
npx react-native run-android
You can try out the app directly in your browser using the Appetize.io link below: [Appetize.io Link] (https://appetize.io/app/b_yspdqlu3q4dsxio2rw3br4kwui)
This project is licensed under the MIT License - see the LICENSE file for details.