Looking for job has never been easier. With this React Native job app, you can search for job listings in any category and find detailed information about each opportunity including qualifications, requirements, and links to apply.
Note: Expo app is required to open this app. You can download and install the Expo app from the App Store (iOS) or the Google Play Store (Android).
- Click on the
Code
button on the right side of the page and copy the HTTPS link of the repository. - Open your terminal and navigate to the directory where you want to clone the repository.
- Type git clone
<paste the copied HTTPS link here>
and press enter. This will clone the forked repository to your local machine. - Open your terminal and navigate to the directory where you have cloned the repository.
- Type
npm install
and pressenter
. This will install all the dependencies required to run the app. - Type
npm start
and pressenter
. This will start the Expo development server and open the app in your default browser. - Once the server is running, a QR code will appear in the terminal and in the Expo Dev Tools page on your browser.
- Open the camera app on your mobile device and point it at the QR code. The app should now be running on your mobile device.