https://github.com/sulekaptan/find-your-job-app
this repo is my first application to learn react native
https://github.com/sulekaptan/find-your-job-app
expo expo-cli find-job mobile-app react-native
Last synced: 3 months ago
JSON representation
this repo is my first application to learn react native
- Host: GitHub
- URL: https://github.com/sulekaptan/find-your-job-app
- Owner: sulekaptan
- Created: 2023-04-18T15:27:40.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T21:57:10.000Z (about 3 years ago)
- Last Synced: 2025-03-18T05:16:34.221Z (over 1 year ago)
- Topics: expo, expo-cli, find-job, mobile-app, react-native
- Language: JavaScript
- Homepage:
- Size: 690 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Find Your Job App
I learned some basic components in this repo. These:
📍 **Text:** displaying text, supports nesting, styling, and touch handling
📍 **TouchableOpacity:** button or interactive elements
📍 **ActivityIndicator:** spinner or loading indicator
📍 **FlatList:** a long list of items, like the map function in React
it has extra feaures: optimized scroll performance & item separation
for larger lists with smooth scrolling -> FlatList
for smaller lists -> Map function
📍 **ScrollView:** multiple components and views, providing scrolling container for them
📍 **SafeAreaView:** It provides a safe zone to render your app's content without being covered by the device's hardware features like the notch, home indicator, or status bar
I used **JSearch API** by OpenWeb Ninja. Here: https://rapidapi.com/letscrape-6bRBa3QguO5/api/jsearch
### Images

### How to use 🚀
```sh
npx create-react-native-app -t with-router
```
For more information: https://expo.github.io/router