Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/edegan-furb/favoriteplacesapp
- Owner: edegan-furb
- Created: 2023-11-28T05:39:00.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2023-12-06T17:33:12.000Z (12 months ago)
- Last Synced: 2023-12-07T00:26:27.567Z (12 months ago)
- Topics: google-geolocation-api, google-maps-api, javascript, react-native, sqlite
- Language: JavaScript
- Homepage:
- Size: 563 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FavoritePlacesApp
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.