OR Click to use the App on Expo Go by scanning the QR code
JobDekho is a mobile application built with Expo React Native that helps users find their ideal job. It provides a user-friendly interface for searching job listings and applying for positions.
- Job Listing: Browse through a comprehensive list of job openings across various industries and locations.
- Job Details: View detailed information about each job listing, including job description, company profile, and application instructions.
- Save Jobs: Save jobs you're interested in for later review.
- Contact Information: Access contact details for employers, including phone numbers and WhatsApp links, for direct communication.
- React Native
- Expo
- React
- Redux Toolkit
- TanStack React Query
- @rneui/base & @rneui/themed
- expo-constants
- expo-font
- expo-linking
- expo-router
- expo-status-bar
- react-native-safe-area-context
- react-native-screens
- Install Node.js and npm: If you haven't already, download and install Node.js from https://nodejs.org/. This will also install npm (Node Package Manager).
OR
Install Node.js and yarn: If you haven't already, download and install Node.js from https://nodejs.org/. This will also install npm (Node Package Manager). Then install yarn using
npm install -g yarn
. - Clone the repository: Clone this repository to your local machine using
git clone <repository_url>
. - Install dependencies: Navigate to the project directory to install all the required packages and run:
npm install
ORyarn
- Start the app: To start the development server, run:
npm start
ORyarn start
Contributions are welcome! If you find any bugs or have suggestions for improvements, please feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.