Welcome to JobStore, a simple website that allows users to search for jobs by typing the desired position.
The website is live at https://jobstore-nikhil.netlify.app/.
-
Fetching Data: The website fetches job data from a data source to provide users with up-to-date job listings.
-
Data Scraping: Job information is scraped dynamically to ensure that the latest and most relevant job listings are available to users.
-
Dynamic Routing: Users can navigate through different job listings with the help of dynamic routing, providing a seamless browsing experience.
-
Debouncing: The search functionality is optimized using debouncing, preventing unnecessary API calls and enhancing the overall performance.
-
Carousel: A carousel feature is implemented to showcase highlighted or featured job listings, making the website visually appealing.
Check out the live demo at https://jobstore-nikhil.netlify.app/.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/Nikhil-0200/JobStore2.git
-
Navigate to the project directory: cd JobStore2
-
Install dependencies: npm install
-
Start the development server: npm run dev