Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 577 Bytes

File metadata and controls

11 lines (9 loc) · 577 Bytes

Redux Store Implementaion

This project demonstrates the implementation of a custom Redux store and its use in a React application.

The project consists of two parts: react-app and redux-lib.

  • redux-lib: This is a custom Redux npm library.
  • react-app: This is a React application that utilizes the redux-lib npm library.

Installation

  1. Ensure that you have Node.js installed (preferably Node v20.11.1).
  2. Navigate to redux-lib and follow the instructions in the README.md file.
  3. Navigate to react-app and follow the instructions in the README.md file.