Welcome to the official repository for all tapaScript YouTube Live Classes! π
This repository serves as a centralized hub for all code, projects, starter kits, and completed exercises built during our live coding sessions. Whether you are following along live or catching up on recordings, you'll find all the source code organized step-by-step right here.
If you find these live classes helpful, please consider supporting the channel:
- β Star this Repository: Click the Star button at the top right of this page to show your support and stay notified about updates!
- πΊ Subscribe on YouTube: Join the community on tapaScript YouTube Channel for live sessions, deep-dive tutorials, and web development tips.
- π¬ Share: Share this repository with fellow developers learning web development.
All live class projects are organized chronologically using a two-digit sequential numbering convention (01, 02, 03, ...):
live-classes/
βββ 01-scalable-react-patterns/ # Session 01: Scalable React Patterns
β βββ dashflow/ # Full-stack / frontend application code
βββ 02-nextjs-architecture/ # Session 02: Next.js Architecture (Upcoming)
βββ README.md
Each folder contains:
- Complete working source code.
- Specific setup instructions or configuration files needed for that class.
| # | Topic / Class | Tech Stack | Code Folder | Live Video |
|---|---|---|---|---|
| 01 | Scalable React Patterns | React, Node.js, Express | 01-scalable-react-patterns |
Watch on YouTube |
New classes are added regularly following every live stream!
-
Clone the Repository:
git clone https://github.com/tapascript/live-classes.git cd live-classes -
Navigate to a Class Folder:
cd 01-scalable-react-patterns/dashflow -
Install Dependencies & Run:
npm install npm run dev
(Check individual class subfolders for specific environment variable or setup instructions)
Got questions, suggestions, or found a bug during the live session?
- Feel free to open an Issue or start a Discussion in this repository.
- Leave comments under the respective YouTube live stream videos.
Distributed under the MIT License. See LICENSE for more information.
Crafted with β€οΈ by tapaScript