Make a scavenger hunt app for your collection

@jonippolito • DigitalCuration.UMaine.edu

Scavenger Hunt Screenshot Digital Curation Logo

Link to instructions in chat

Scavenger Hunt Script Sti

Requirements and caveats

🖥
📱
Λ 📲
🖼 🖼 🖼
👶
⚠️
⚙️
⚠️
🤠
⚠️

Off-the-shelf v. Homegrown apps

Feature
Off-the-shelf
Homegrown
No coding
Customizable
😐
Cross-platform
😐
Web overlap
Free
Mobile App 1 Usual Path Mobile App 2 Usual Lang Mobile App 3 Js Path Mobile App 4 Js Lang Mobile App 5 Js Sub Mobile App 6 Usual High Mobile App 7 Js High

3 parts of React Native code


		// Import the tags needed to build the app.
		import * as React from 'react' ;
		...
		export default function App() {
		  return (
		    // Add tags for the visible parts.
			<ScrollView>...
		  );
		}
		const styles = StyleSheet.create({
		  // Style the color, text, and dimensions.
		  container: {
			backgroundColor: 'cadetblue',
			...
		  }
		});
		

Customize your app with Expo Snack

Zoom Interface Sti
Scavenger Hunt Expo Sti

/