Thank you for trying the Event System Project
if not the node_modules folder is not there then follow below instructions
- open the command line and type "npm i" and press enter
- after the dependencies are downloaded then run the following command "npm run start"
if node_modules are prevalent then follow the instructions below
- open the command line and type "npm run start"
I created a react app that utilizes the redux slice method, the reason why I choose slice is because using the full redux wasn't needed and the slice method allows me to redux to the degree that I need it for.
I also pull the data from the express server so the app can interact with data from the backend. I didn't go the full length and save any updated data to the backend. That would be the next step to creating persistent data.
Anyways please enjoy the experience and I look forward to your feedback