This React web app was created by Team JAKE during freeCodeCamp's 2018 Hackathon. It simulates a scavenger hunt by asking users to search for items and upload photos of them. The photos are identified with Clarifai's AI technology via its API.
Live site: https://serene-noyce-9165d0.netlify.com/
- React
Clone repo
git clone https://github.com/teamjake2018/jake.git
In the terminal, move to the project folder
cd jake
Install dependencies
npm install
Sign up for a Clarifai account, create an application, and create an API key.
https://portal.clarifai.com/signup
In App.js
, set the value of the apiKey
variable as your API key.
Start development server
npm start
- Adam Wier
- Eunice Park
- Kelby Baca
This project was bootstrapped with Create React App.