Skip to content

abhishek72340/weekday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Candidate Application Platform

This project is a React assignment built with Redux, Vite.js, and Material UI.

Features

  • Fetches data asynchronously using Redux Thunk middleware.
  • Implements infinite scrolling for data pagination.
  • Provides filtering functionality based on various parameters.
  • Utilizes Material UI for a sleek and responsive user interface.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Ensure you have the following software installed on your machine:

  • Node.js (version >= 14.x)
  • npm (version >= 6.x) or yarn (version >= 1.x)

Installation

  1. Clone the repository to your local machine:
    git clone

  1. Navigate to the project directory:
    cd react-redux-assignment

  1. Install dependencies using npm or yarn::
    npm install OR yarn install

  1. Run server on local:
    npm run dev