The GeoCatch app tries to blend active phone use, physical activity, and photography passions into a gameified adventure photo game. GeoCatch is a location-based photo game where you can challenge other users to locate where you took a photo. A second user must take a separate photo in the first photo's area and try to get as close as possible to the GeoCatch photo challenge original post.
We felt the need to push our full-stack skills and toolkit. Adding Mapbox, Chakra, and Turf to our list of skills felt especially challenging and enriching. We learned that React has plenty of single-page purposes, modals are useful, geospatial data and geojsons are super cool, and that we can apply our full-stack technologies and skills towards any project, so long as we appropriately plan for the complex logic and design standards. We dipped into new technologies: Exif.js to extract photo metadata, Multer to parse the metadata, and Turf.js to work on maps with geojson data. The difficulties we learn from were parsing geojson into MongoDB database collections in order to represent the data on MapBox and front-end templates.
Heroku deployed link can be found here.
GitHub repository link can be found here.
npm install
npm run seed
npm run build
npm run develop
Map marker placement
Login
Signup
Subscription
GeoCaught (attempt GeoCatches)
Nathan Howes
Rakibul Islam
Trent Dickson
MIT License
Copyright (c) [2022] [Nathan Howes, Rakibul Islam, Trent]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.