Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhishek72340/weekday

candidate applicaton platform/react-redux
https://github.com/abhishek72340/weekday

mui optmization react redux-toolkit

Last synced: 3 days ago
JSON representation

candidate applicaton platform/react-redux

Awesome Lists containing this project

README

        

# 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

##
2. Navigate to the project directory:

cd react-redux-assignment

##
3. Install dependencies using npm or yarn::

npm install OR yarn install

##
2. Run server on local:

npm run dev