https://github.com/star-3gg/fcc-react-tutorials
FreeCodeCamp.org React Tutorials
https://github.com/star-3gg/fcc-react-tutorials
freecodecamp react studies
Last synced: about 2 months ago
JSON representation
FreeCodeCamp.org React Tutorials
- Host: GitHub
- URL: https://github.com/star-3gg/fcc-react-tutorials
- Owner: star-3gg
- License: gpl-3.0
- Created: 2024-03-12T00:32:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-14T00:34:25.000Z (over 2 years ago)
- Last Synced: 2025-07-08T21:43:35.018Z (12 months ago)
- Topics: freecodecamp, react, studies
- Language: TypeScript
- Homepage: https://www.youtube.com/playlist?list=PLWKjhJtqVAbkArDMazoARtNz1aMwNWmvC
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FreeCodeCamp.org React Courses with Solutions and additional diagrams
Free learning resources based on the FreeCodeCamp.org series of courses.
## Features ✨
- I have included my own diagrams and completed exercises based on the practice problems.
- The diagrams were created using `staruml`.
- The `staruml` Project files are attached.
- Additional Notes as learning resources
- Docker containers for hassle free setup and isolation of dependencies, etc.
- Vite and TypeScript (`TSX`) for a more up to date experience
## Prerequisites
We are using containers in this project to make everything a nice experience
and give you the ability to use your applications locally without tidious configurations.
For this you will need to install a couple of things:
1) You need to install `docker` the container engine.
2) You also need to install `docker-compose` for simpler usage.
3) You are ready for launch! 🚀
## Example Component Hierarchy

Have fun learning react ⚛️ !