Mastering React Native: Building a Job Search Application with Expo Router, etc..

Mastering React Native: Building a Job Search Application with Expo Router, etc..

ยท

1 min read

Hello and welcome to a new article on my journey in professionalism and learning React Native. Today's edition comes after 4 days of working on a new project or a new application related to job search, specifically a comprehensive application relying on a job search API.

The application took some time to develop, but everything was completed, except for a few things. The application consists of 2 screens. This time, I didn't use React Native Navigation; instead, I tried something new called Expo Router, which is much easier but doesn't have the same capabilities as Navigation, in my opinion.

In any case, it has several branches, including popular jobs and nearby jobs. It features an input for searching, not just a UI but also interacts with the API. The application allows you to search for any job you want. This is an application you can take a look at through images or view the code on GitHub. Please give it a star on GitHub. Also, I don't want to forget to thank the JavaScript Mastery channel for the great project and course that I benefited a lot from.

the app on GitHub

To the next goal!

ย