Practice code for Section 14 - An Alternative Way of Building Components - Class-based Components, part of the course "React - The Complete Guide (incl. Redux)" by Maximilian Schwarzmüller.
This project covers:
- Class components in modern React
- Lifecycle methods and comparison to hooks
Implemented as part of a guided course project, with additional features and customizations added independently.
- React
- JavaScript (ES6+)
- Build tool - Create React App
- Class components
# 1) install
npm install
# 2) dev server
npm start
# 3) production build
npm run build