This repository contains a growing collection of React development projects that I've built while learning and exploring modern React practices. Some projects are developed by following online courses, while others are self-initiated to reinforce key concepts or experiment with new features in the React ecosystem.
🧠 Projects from React - The Complete Guide (incl. Next.js, Redux) by Maximilian Schwarzmüller:
- ✅ Simple Goal App
- ✅ Simple React Concept
- ✅ Burger App
- ✅ Burger App with Redux
- ✅ Food Ordering App
- ✅ Simple Auth App
- ✅ Simple Input App
- ✅ Simple Investment Calculator
- ✅ Expenses App
🔥 Project from The Complete React Developer Course (w/ Hooks and Redux) by Andrew Mead:
- ✅ Indecision App
To run a project locally:
-
Navigate to the desired project folder.
-
Install dependencies:
npm install
-
Start the development server
npm start
or
npm run dev-server
This repository serves as a personal learning archive and reference toolkit, showcasing how different React concepts are applied across various projects — from component basics to Redux, authentication, custom hooks, and API integration
This repository is licensed under the MIT License.
Note
Portions of the code are based on educational materials from Udemy instructors including Maximilian Schwarzmüller and Andrew Mead. This repository is for personal educational purposes only and is not affiliated with or endorsed by either instructor or Udemy.