Deployment Link : Click here to View
This repository contains the solution for the Weekday assignment. It includes a React application that displays job listings and provides filtering options.
To run the application locally, follow these steps:
The project structure is organized as follows:
src/
: Contains the source code for the React application.components/
: Contains reusable React components.Redux/
: Contains Redux-related files including actions, reducers, and store configuration.App.jsx
: The main component of the application.Navbar.jsx
: Component for the navigation bar.JobCard.jsx
: Component for displaying job cards.Filter.jsx
: Component for filtering options.InfiniteScroll.jsx
: Component for infinite scrolling functionality.