https://github.com/aaqyaar/job_finder_rn
Job Finder App is a mobile application that helps people to find jobs. It is built with React Native and Nodejs(Express).
https://github.com/aaqyaar/job_finder_rn
Last synced: 4 months ago
JSON representation
Job Finder App is a mobile application that helps people to find jobs. It is built with React Native and Nodejs(Express).
- Host: GitHub
- URL: https://github.com/aaqyaar/job_finder_rn
- Owner: aaqyaar
- License: mit
- Created: 2024-01-28T14:57:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-28T15:01:38.000Z (over 1 year ago)
- Last Synced: 2024-01-28T16:23:56.564Z (over 1 year ago)
- Language: TypeScript
- Size: 183 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Job Finder App
Job Finder App is a mobile application that helps people to find jobs. It is built with React Native and Nodejs(Express).
## Getting Started
### Prerequisites
- [x] Nodejs < 18
- [x] Android Studio (must for Android)
- [x] Xcode (must for iOS)### Installation
1. Clone the repo
```sh
git clone https://github.com/aaqyaar/job_finder_rn.git
```2. Install Dependencies
```sh
yarn install or # npm install
```3. Run the app
```sh
# Run iOS
npm run ios
# Run Android
npm run android
```4. Start the app
```sh
npm start
```## Contributing
Contributions are always welcome!