This project is a JobSearch application built with Reac, Tailwind and Appwrite. It allows users to search for jobs, view job details, and apply for jobs directly through the app.
- Search for jobs by keyword, location, and category
- View detailed job descriptions
- Apply for jobs directly through the app
- Save favorite jobs for later
- Responsive design for mobile and desktop
To get started with the JobSearch app, follow these steps:
-
Clone the repository:
git clone https://github.com/fasakinhenry/jobsearch.git cd jobsearch-app
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open the app in your browser: Open your browser and navigate to
http://localhost:3000
.
- Search for jobs: Use the search bar to find jobs by keyword, location, or category.
- View job details: Click on a job listing to view more details about the job.
- Apply for jobs: Click the "Apply" button on a job listing to apply for the job.
- Save favorite jobs: Click the "Save" button to save a job listing for later.
We welcome contributions to the JobSearch app! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b my-feature-branch
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin my-feature-branch
. - Submit a pull request.
Tip
Always use Conventional Commits style for the commit message
This project is proprietary and confidential. Unauthorized copying, distribution, or modification of this project, via any medium, is strictly prohibited. Only authorized personnel within the Startup are permitted to use and contribute to this project.