Skip to content

A job search application that allows people to find jobs easily

Notifications You must be signed in to change notification settings

fisayo-dev/jobsearch

 
 

Repository files navigation

JobSearch App

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.

Features

  • 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

Installation

To get started with the JobSearch app, follow these steps:

  1. Clone the repository:

    git clone https://github.com/fasakinhenry/jobsearch.git
    cd jobsearch-app
  2. Install dependencies:

    npm install
  3. Start the development server:

    npm run dev
  4. Open the app in your browser: Open your browser and navigate to http://localhost:3000.

Usage

  • 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.

Contributing

We welcome contributions to the JobSearch app! To contribute, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-feature-branch.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin my-feature-branch.
  5. Submit a pull request.

Tip

Always use Conventional Commits style for the commit message

License

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.

About

A job search application that allows people to find jobs easily

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.1%
  • HTML 16.2%
  • CSS 2.7%