Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralitsaterzieva/favplace
React Native based application
https://github.com/ralitsaterzieva/favplace
expo-image-picker expo-location expo-notifications expo-sqlite react-native react-native-maps react-navigation
Last synced: 10 days ago
JSON representation
React Native based application
- Host: GitHub
- URL: https://github.com/ralitsaterzieva/favplace
- Owner: RalitsaTerzieva
- Created: 2024-09-06T11:39:05.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T13:07:11.000Z (about 2 months ago)
- Last Synced: 2024-11-03T07:40:20.822Z (10 days ago)
- Topics: expo-image-picker, expo-location, expo-notifications, expo-sqlite, react-native, react-native-maps, react-navigation
- Language: JavaScript
- Homepage:
- Size: 1.32 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FavPlace App
**FavPlace** is a React Native mobile application that allows users to mark and take photos of their favorite places on a map. Users can add locations to a map, attach photos, and save their favorite spots for future reference.
## Features
- π **Mark Favorite Places**: Select and mark your favorite places on the map with ease.
- πΈ **Take Photos**: Capture or upload a photo for each favorite location.
- πΊοΈ **Map Integration**: Visualize the locations of all marked favorite places on an interactive map.
- πΎ **Save Locations**: Keep track of your favorite places with the ability to store location details.
- π **View Saved Places**: Access a list of all your marked places with details and photos.## Tech Stack
- **React Native**: Framework for building the app.
- **Expo**: For development and bundling.
- **React Native Maps**: For rendering maps and marking locations.
- **React Native Camera / Image Picker**: For capturing or selecting photos.
- **Async Storage or Database**: To save and retrieve the favorite places.
## Installation1. Clone the repository:
```bash
git clone https://github.com/RalitsaTerzieva/favPlace2. Navigate to the project directory:
```bash
cd favPlace3. Install dependencies:
```bash
npm install4. Start the Expo development server:
```bash
expo start