DEV Community

Hrishi Mittal
Hrishi Mittal

Posted on

4

Looking for ideas for my React Native app

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?

SurveyJS custom survey software

Simplify data collection in your JS app with a fully integrated form management platform. Includes support for custom question types, skip logic, integrated CCS editor, PDF export, real-time analytics & more. Integrates with any backend system, giving you full control over your data and no user limits.

Learn more

Top comments (3)

Collapse
 
likebrain profile image
Ricardo Rivera • Edited

Hey, what is about Gamification ?
I like the Idea behinde that zombiesrungame.com it could be inspiring ;)

I think you deliver „Location based Content“, wrap this content with a little Story to make it a Bit more sexy ;)

Collapse
 
hrishio profile image
Hrishi Mittal

Hah that’s a brilliant idea, thanks!

Collapse
 
mrcflorian profile image
mrcflorian

Here's a very detailed article on the best React Native project ideas that you can build to improve your coding skills & portfolio. The suggested features are of a gradual level of difficulty, so it's up to you how deep you want to go with a given app idea.

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay