Practice code for Section 29 - React Patterns & Best Practices, part of the course "React - The Complete Guide (incl. Redux)" by Maximilian Schwarzmüller.
This project covers:
- Common React patterns to structure apps
- Best practices for clean and maintainable code
Implemented as part of a guided course project, with additional features and customizations added independently.
- React
- JavaScript (ES6+)
- Build tool - Vite
# 1) install
npm install
# 2) dev server
npm run dev
# 3) production build
npm run build
npm run preview