An open API service indexing awesome lists of open source software.

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

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
![Example Component Hierarchy](0001-learn-react-js-full-course-2019/0009-parent-child-components/doc/uml/Main.png)

Have fun learning react ⚛️ !