Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.81 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.81 KB

locapic

A mobile app that geolocates you and allows you to chat with your friends

This project was part of my training to learn about react native.

This is a mobile app that uses facebook authentication to login, here is the documentation. It has two pages one page designed to geolocate you using google maps. This is a good exercise to familiarize yourself with the google maps tools. It is set on the Paris coordinates, but once it has geolcated you it will display a marker on yout position with the message "Hello, I am here!".

The second page is a chat to send live messages. It uses websockets via socket.io. What was interesting here is that we use the facebook information (name and profile pic) collected during the login and put away in the store via redux, to display the messages.

It is a simple app but fun to work on!

Screenshots:

  • Home screen:

locapic1

  • Maps screen:

locapic2

  • Chat screen:

locapic3

Developed With