{"id":22261219,"url":"https://github.com/sothulthorn/pinspot-app","last_synced_at":"2026-05-01T12:33:19.057Z","repository":{"id":264846306,"uuid":"894441004","full_name":"sothulthorn/pinspot-app","owner":"sothulthorn","description":"PinSpot is an application that allows users to add their favorite places to a personalized list. Whether it's a scenic spot, a favorite cafe, or a hidden gem, PinSpot lets users capture the moment with a photo, pick the location on the map, and store it for future reference.","archived":false,"fork":false,"pushed_at":"2024-11-30T07:58:11.000Z","size":1285,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-01T17:47:13.183Z","etag":null,"topics":["expo","expo-splash-screen","expo-sqlite","google-maps-api","react-native","react-navigation"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sothulthorn.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-26T11:09:12.000Z","updated_at":"2024-11-30T08:00:42.000Z","dependencies_parsed_at":"2025-03-25T13:42:02.709Z","dependency_job_id":"62cab2b5-a3f8-4caf-ba89-05727dbe22f1","html_url":"https://github.com/sothulthorn/pinspot-app","commit_stats":null,"previous_names":["sothulthorn/pinspot-app"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sothulthorn/pinspot-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sothulthorn%2Fpinspot-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sothulthorn%2Fpinspot-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sothulthorn%2Fpinspot-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sothulthorn%2Fpinspot-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sothulthorn","download_url":"https://codeload.github.com/sothulthorn/pinspot-app/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sothulthorn%2Fpinspot-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32497812,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["expo","expo-splash-screen","expo-sqlite","google-maps-api","react-native","react-navigation"],"created_at":"2024-12-03T09:11:55.148Z","updated_at":"2026-05-01T12:33:19.036Z","avatar_url":"https://github.com/sothulthorn.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PinSpot\n\nPinSpot is a React Native application that allows users to add their favorite places to a personalized list. Whether it's a scenic spot, a favorite cafe, or a hidden gem, PinSpot lets users capture the moment with a photo, pick the location on the map, and store it for future reference. All the user data is saved locally, ensuring a seamless and offline experience.\n\n## Features\n\n- **Add Favorite Places**: Users can save their favorite spots by providing a title, taking a picture, and choosing a location on the map.\n- **Photo Capture**: Take pictures of the places directly from the app to visually remember each favorite spot.\n- **Location Picker**: Choose the exact location of the place on the map to save its geographical coordinates.\n- **Local Database Storage**: All user data (title, image, address, location) is stored locally on the device using SQLite, allowing for offline access.\n- **User-Friendly Interface**: The app features an intuitive interface with a seamless experience for adding, viewing, and managing favorite places.\n\n## Technologies Used\n\n- **React Native**: Framework for building the app for iOS and Android.\n- **SQLite**: A local database for saving and fetching the user’s favorite places.\n- **Expo**: Used for simplifying the development process and leveraging the power of React Native.\n- **React Navigation**: For handling navigation within the app.\n- **MapView**: For picking locations directly from the map.\n\n## Installation\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/sothulthorn/pinspot-app.git\n   ```\n2. Setup the environment (.env.local):\n   ```bash\n   EXPO_PUBLIC_GOOGLE_API_KEY={YOUR_GOOGLE_API_KEY}\n   ```\n3. Install dependencies:\n   ```bash\n   cd pinspot\n   npm install\n   ```\n4. Run the app using Expo:\n   ```bash\n   npm start\n   ```\n\n## Project View\n\n| \u003cdiv align=\"center\"\u003eAll Places\u003c/div\u003e                                         | \u003cdiv align=\"center\"\u003eAdd New Places\u003c/div\u003e                                         | \u003cdiv align=\"center\"\u003eTake Photo\u003c/div\u003e                                          |\n| ---------------------------------------------------------------------------- | -------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |\n| \u003cdiv align=\"center\"\u003e\u003cimg src=\"/screenshots/all-place.png\" width=\"85%\"\u003e\u003c/div\u003e | \u003cdiv align=\"center\"\u003e\u003cimg src=\"/screenshots/add-new-place.png\" width=\"85%\"\u003e\u003c/div\u003e | \u003cdiv align=\"center\"\u003e\u003cimg src=\"/screenshots/take-photo.png\" width=\"85%\"\u003e\u003c/div\u003e |\n\n| \u003cdiv align=\"center\"\u003ePick Location\u003c/div\u003e                                          | \u003cdiv align=\"center\"\u003ePlace Details\u003c/div\u003e                                         |\n| -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------- |\n| \u003cdiv align=\"center\"\u003e\u003cimg src=\"/screenshots/pick-location.png\" width=\"85%\"\u003e\u003c/div\u003e | \u003cdiv align=\"center\"\u003e\u003cimg src=\"/screenshots/place-detail.png\" width=\"85%\"\u003e\u003c/div\u003e |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsothulthorn%2Fpinspot-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsothulthorn%2Fpinspot-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsothulthorn%2Fpinspot-app/lists"}