FeatherQuest is a mobile application developed using Expo, React Native, and Firebase. It allows users to post and view bird sightings. It also allwos for identification of birds from photos.
To get started with FeatherQuest, follow these steps:
- Clone the repository:
git clone https://github.com/Rim0Rad/FeatherQuest.git
- Navigate to the project directory:
cd FeatherQuest
- Install the dependencies with:
npm install
- Create an .env file with a key of VISION_API_KEY
- Obtain an API from Google following the instructions here.
- Enter your VISION_API_KEY in the .env file
Once you have installed the dependencies, you can run the app using the following commands:
npx expo start: Starts the Expo development server.