GitHunt
OY

oyerohabib/HNG-12-Mobile-stage-0

A simple App that display some links and navigates to their url

HNG Stage 0 Mobile Task

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.

Features

  • Simple and intuitive user interface
  • Direct links to HNG resources
  • Platform compatibility for both iOS and Android

Setup Instructions

Prerequisites

  • Node.js (v14 or later)
  • npm or yarn
  • React Native CLI
  • Xcode (for iOS development)
  • Android Studio (for Android development)

Installation

  1. Clone the repository:

    git clone https://github.com/oyerohabib/HNG-12-Mobile-stage-0.git
  2. Navigate to the project directory:

    cd stage-0-mobile
  3. Install dependencies:

    npm install
    # or
    yarn install

Running the App

For iOS:

cd ios
pod install
cd ..
npx react-native run-ios

For Android:

npx react-native run-android

Live Demo

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)

License

This project is licensed under the MIT License - see the LICENSE file for details.