Looking for ideas for my React Native app

Hrishi Mittal - Oct 20 '18 - - Dev Community

Hi DEVs, I've recently started learning React Native. I decided to share what I'm learning along the way by building small apps and writing tutorials.

The first app I'm building is a location-based app for exploring a city. Imagine you're walking around London and you have the app running on your phone in your pocket, and it tells you (via text to speech maybe?) when you're near an interesting place.

It's quite complex for me to attempt to build it in one go, so I'm breaking it down into very small chunks.

I've just finished building the first simple app that takes co-ordinates (latitude, longitude) and reverse geocodes them into a human understandable address.

I have the following ideas for the next steps, but I'm curious to hear your ideas and suggestions.

  • Display current location on a map automatically reverse geocoded to show the address.

  • Track my location while walking/cycling and make a list of all interesting locations along the route. The tricky part here would be how often to make API calls.

  • Read out descriptions of interesting locations when I'm close to one.

Do you have any ideas to make it more fun/interesting?

. . . . . . . . . . . . . . . . . . . . . .
Terabox Video Player