This application serves as an illustration of implementing Redux for data management, specifically handling messages. Users can compose messages (which will be displayed in the chat) and delete messages by clicking on them.
- HTML/CSS
- React JS
- Redux
This project was bootstrapped with Create React App.
- Run
npm i
to install the required packages. - Execute
npm start
to launch the project.