Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/abhishek72340/weekday
- Owner: abhishek72340
- Created: 2024-05-04T12:55:31.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-05-06T05:04:20.000Z (9 months ago)
- Last Synced: 2024-11-21T01:51:39.870Z (2 months ago)
- Topics: mui, optmization, react, redux-toolkit
- Language: JavaScript
- Homepage: https://weekday-yc.netlify.app/
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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