https://github.com/julien-muke/react_native_jobs
A react native moblie app, fast and Simple Job Search for jobs posted on LinkedIn, Indeed, Glassdoor, ZipRecruiter, BeBee and many others, using JSearch API.
https://github.com/julien-muke/react_native_jobs
expo-cli rapidapi react-native uiux-design
Last synced: 3 months ago
JSON representation
A react native moblie app, fast and Simple Job Search for jobs posted on LinkedIn, Indeed, Glassdoor, ZipRecruiter, BeBee and many others, using JSearch API.
- Host: GitHub
- URL: https://github.com/julien-muke/react_native_jobs
- Owner: julien-muke
- Created: 2023-08-04T10:10:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-22T10:17:42.000Z (almost 3 years ago)
- Last Synced: 2025-04-09T21:47:42.790Z (over 1 year ago)
- Topics: expo-cli, rapidapi, react-native, uiux-design
- Language: JavaScript
- Homepage:
- Size: 733 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Build and Deploy a React Native App | 2023

## Implementation:
- develop visually appealing UI/UX designs
- fetch data from an external API and integrate it
- implement search & pagination functionality
- create customAPI data fetching hooks
- write clean, organized, and maintainable code with proper architecture
- follow the best practices for React Native development
## Learn from JavaScript Mastery
⭐ JSM - https://jsmastery.pro/masterclass
## Expo Router Example
Use [`expo-router`](https://expo.github.io/router) to build native navigation using files in the `app/` directory.
## 🚀 How to use
```sh
npx create-expo-app -e with-router
```
## 📝 Notes
- [Expo Router: Docs](https://expo.github.io/router)
- [Expo Router: Repo](https://github.com/expo/router)