Skip to content

A React scavenger hunt web app using the Clarifai API created during freeCodeCamp's 2018 hackathon

Notifications You must be signed in to change notification settings

teamjake2018/jake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pic Scavenger

Description

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.

Demo

Live site: https://serene-noyce-9165d0.netlify.com/

Image of Pic Scavenger

Tech Stack

  • React

APIs

Setup

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

Contributors

Attribution

This project was bootstrapped with Create React App.

About

A React scavenger hunt web app using the Clarifai API created during freeCodeCamp's 2018 hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published