Skip to content

Latest commit

 

History

History
112 lines (80 loc) · 3.04 KB

File metadata and controls

112 lines (80 loc) · 3.04 KB

FaunAr

FaunAr shows information about argentinian wildlife through a NodeJS website and a React Native app.

Licence

Screenshots

Website

screenshot1 screenshot1

Mobile App

screenshot1 screenshot1

Built With

  • HTML
  • CSS
  • JAVASCRIPT
  • NODEJS
  • REACTNATIVE

Getting Started

  • Clone the repo using the command
git clone https://github.com/facundoMunoz/faunar.git
  • Open a Terminal/CMD in /faunar/mobile-app/faunar and use the following command:
npm i

Prerequisites

Usage

  • Replace YourIP with hosts IPv4 in the folowing directories:

    • /faunar/web/app.js
    const ip = 'YourIP';
    • /faunar/mobile-app/faunar/app/Constants/constants.js
    const IP = 'YourIP';

Website

  • In /faunar/web start the NodeJS server:
node app.js
  • Using any browser go to IP:3000 replacing IP with the hosts IPv4

Mobile app

  • With the NodeJS server running, go to /faunar/mobile-app/faunar and start the app:
npm start
  • Open Expo and scan the QR code.

Contact

GITHUB LINKEDIN