Skip to content

tking42/2024-jul-fst-job-search-fe

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

99 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Listings Application - README

Introduction

Welcome to the Job Listings Application, a React-based front-end that allows users to search and filter job opportunities. This app is designed to help job seekers find relevant positions by filtering jobs based on various criteria like job type and programming skills. It also provides good user experience with features like job detail modals and pagination.

Features

Search Bar: users can search for job listings using keywords, such as job title or company name.

Filter jobs based on job type: users can filter by job type - full-time, part-time, contract or all jobs.

Filter by Skills/Languages: user can filter by specific skills or programming languages (e.g., JavaScript, Python, Java) so that they can find jobs that match their technical skill set.

View Job Details in a Modal: clicking on any job listing opens a modal with detailed information about the job.

Pagination: the application includes pagination to navigate through the job listings.

Installation & Setup

Clone the Repository: git clone git@github.com:tking42/2024-jul-fst-job-search-fe.git

Install Dependencies: navigate to the project directory and install the required dependencies - npm install

Run the Application: to start the development server and run the application locally - npm run dev.

Access the Application: Once the server is running, you can access the job listings app by opening your browser and navigating to http://localhost:5173.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.8%
  • HTML 3.2%