Hey it's Alexei 👋. This repo contains code used in my youtube channel.
git clone https://github.com/AlexeiDarmin/youtube_projects.git
npm install
Each project has it's own src - <project>/
folder. Select which project you would like to run, ie src - tictactoe/
and rename it to src/
. Then run
npm run start
.
- Building Connect 4 with React Typescript in 70 Minutes
- Building TicTacToe with React TypeScript in 35 minutes
I didn't save the code for Tic-Tac-Toe and Connect4 so I'm rewriting it for historic record, there may be discrepancies from the videos. Moving forward all new videos will match the code in this repo completely.
Let's consider the incomplete investment calculator series a prototype and not include the code here. 😅
Please leave feedback regarding the code in the respective videos' comment section - the motivation is for everyone to see the discourse and grow together 💪.
For feedback on this readme, or project structure - feel free to open up an issue here (on github).
Thank you for taking an interest in coding and self-development. Kudos on your initiative and drive, I'm proud of ya 😊.