This project is a candidate application platform built using ReactJs and CSS. It allows users to view job listings, filter jobs based on various criteria, and implement infinite scroll for a seamless browsing experience.
##Deployment This project is deployed on vercel,the link is Vercel Link.
To run this project locally, follow these steps:
- Clone the repository to your local machine:
- git clone
-
Navigate to the project directory:
-
Install the dependencies:
- npm install
- Start the development Server
- npm run dev
- Open your web browser and visit
http://localhost:5173
to view the application.
src/
: Contains the source code for the project.components/
: Contains React components used in the application.api/
: Contains the API functions for fetching job data.App.ts
: Main component where the application is initialized.index.ts
: Entry point of the application.public/
: Contains static assets and the HTML file for the application.README.md
: Project documentation and instructions.
- ReactJs: JavaScript library for building user interfaces.
- CSS: Styling language used for designing the user interface.
This README provides instructions for running the project locally. Follow these steps to set up the project environment on your machine and start the development server. If you have any questions, don't hesitate to ask. Happy coding!