Skip to content

🚀 NodeJS web and React Native app with argentinian wildlife

License

Notifications You must be signed in to change notification settings

facundoMunoz/faunar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

90 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

🚀 NodeJS web and React Native app with argentinian wildlife

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •