Djobs is a mobile app built with React Native that brings job search from various popular job portals into one application. With Djobs, you can search for jobs on multiple job portals and see the results in one place.
1. Search for jobs on multiple job portals at once
2. View job details, such as the job title, company, location and job description
3. Save your favorite jobs for future reference
4. Apply to jobs directly from the app
5. Customize your job search by setting filters such as location, salary range, and job type
To use Djobs, you will need to have Node.js installed on your computer. You will also need to have the Expo CLI installed. Once you have those, follow these steps:
1. Clone the repository to your local machine
2. Navigate to the project directory and run npm install to install the required dependencies
3. Run expo start to start the app
4. Use the Expo app on your mobile device to scan the QR code that appears in the terminal or browser to open the app
1. Node.js and npm (comes with Node)
2. Expo CLI
3. React Native CLI
If you would like to contribute to Djobs, please follow these steps:
1. Fork the repository
2. Create a new branch with your changes: git checkout -b my-feature-branch
3. Make your changes and commit them: git commit -m "Add some feature"
4. Push your changes to your fork: git push origin my-feature-branch
5. Create a pull request from your fork to the main repository