Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/edegan-furb/favoriteplacesapp

React Native - Camera, Location & Device Storage
https://github.com/edegan-furb/favoriteplacesapp

google-geolocation-api google-maps-api javascript react-native sqlite

Last synced: 12 days ago
JSON representation

React Native - Camera, Location & Device Storage

Awesome Lists containing this project

README

        

# FavoritePlacesApp



contributors


last update


forks


stars

This project is designed to practice what I have learned, with the primary focus on using native device features (Camera, Location & More).

## How To Use

To clone and run this application, you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# Clone this repository
$ git clone https://github.com/edegan-furb/FavoritePlacesApp.git

# Go into the repository
$ cd FavoritePlacesApp

# Install dependencies
$ npm install

# Run the app
$ npx expo start
```

> **Note**
> If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.

## Built with

- [React-Native](https://reactnative.dev/) - Framework for making apps for Cross-platform mobile devices.
- [Expo](https://expo.dev/) - Platform for making universal native apps for Android, iOS, and the web.
- [SQLite](https://www.sqlite.org/index.html) - SQLite is a server-less database and self-contained.
- [Maps Static API](https://developers.google.com/maps/documentation/maps-static) - Embeded Google Maps image.
- [Geocoding API](https://developers.google.com/maps/documentation/geocoding) - Convert addresses to latitude/longitude coordinates.

## Screens

> Places, AddPlace, PlaceDetails and Maps.



Places


AddPlace


PlaceDetails


Maps