I post here small projects that I have created for fun and practice in React. These are my personal approaches to various problems, some of which I have learned from the internet, particularly from the WebDevCody channel on YouTube. Thank you, Cody!
Each project is stored in a different branch. To view the source code, click on the headline or check it out locally via the shell.
git switch traffic-lights
The idea is to build a component that represents traffic lights. It should change bulbs color in intervals.
Source: WebDevCody
git switch color-guessing-game
The objective is to build a game of guessing correct hex code of color visible on the screen. You've got 3 answers, one of which is correct.
Source: WebDevCody