A simple and easy exercise to understand how to work with React class components.
The project goals:
- understand what does it means - React class component and how to work with it
- create components to learn how to change initial state
- learn more about React Lifecycle Methods
https://legacy.reactjs.org/docs/react-component.html
https://legacy.reactjs.org/docs/components-and-props.html
https://react.dev/reference/react/Component#unsafe_componentwillmount
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.