Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/RalitsaTerzieva/favPlace

2. Navigate to the project directory:

```bash
cd favPlace

3. Install dependencies:

```bash
npm install

4. Start the Expo development server:

```bash
expo start