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 theredux-libnpm library.
- Ensure that you have Node.js installed (preferably Node v20.11.1).
- Navigate to redux-lib and follow the instructions in the
README.mdfile. - Navigate to react-app and follow the instructions in the
README.mdfile.