This repository is not entirely my own work. It only reflects my learning process during the course: "React - The Complete Guide 2025 (incl. Next.js, Redux)".
I decided to commit progress (unfortunately in the middle of the course) and finally deploy most of the projects to show them in action - this also gave me experience in deploying applications and related problems.
Links to deployed verssion of projects done during the course:
- Project 1 - React Essentials
- Project 2 - Tic-Tac-Toe game
- Project 3 - styling
- Project 4 - debuging react apps
- Project 5 - Refs and portals
- Project 6 - Project managment app
- Project 7 - Advanced state managment with context useReducer
- Project 9 - Side Effects and UseEffect
- Project 10 - Quiz project
- Project 11 - look behind the scenes of react
- Project 12 - class-based components
- Project 13 - sending Http Requests
- 1 Project 14 - Custom React Hooks
- Project 15 - Forms and User input
- Project 16 - Form actions
- 1 Project 16-1 - Forms - work with backend
- 1 Project 17 - Food Order App
- Project 19 - REDUX with react
- Project 20 - Advanced REDUX
- Project 21 - React Router
- 1 Project 22 - React Router - practice
- 1 Project 23 - Authentication in REACT app
- Project 24 - Deploying React Apps
- 1 Project 25 - Tanstack query
- Project 26 - Nextjs
- 1 Project 27 - Nextjs - The Foodies App
- Project 28 - Nextjs - Pages router
- Project 29 - Nextjs - The Meetup App
- Project 30 - React Server Components and Server Actions
- Project 31 - Animating React Apps
- Project 32 - React Patterns and Best Practices
- Project 33 - Replacing Redux with React Hooks
- Project 34 - Testing React Apps - Unit Tests
- Project 36 - Typesricpt with React