This repository contains my practice projects, class work, and notes from Sheryians Coding School Web Development learning. It is organized by frontend, backend, JavaScript, React, Next.js, and portfolio projects.
| Folder | Description |
|---|---|
BACKEND_YT |
Backend development practice and Node.js server examples. |
BE - LEARN_WHAT_MATTERS |
Backend course practice by day/module. |
BE-DOMINATION |
Backend and Node.js learning examples. |
EVERTHING_JS |
JavaScript basics and practice files. |
FE - LEARN_WHAT_MATERS |
Frontend course work, JavaScript practice, and a Next.js project. |
FE-DOMINATION |
HTML, CSS, JavaScript, responsive UI, and frontend assignments. |
LEARN_JS |
JavaScript learning examples. |
LEARN_REACT |
React learning episodes, examples, and tests. |
NEXT_YT |
Next.js and React app practice projects. |
REACT_JS_PORTFOLIO |
React portfolio project built with Vite. |
- HTML5
- CSS3
- JavaScript
- React.js
- Next.js
- Node.js
- Express.js
- Vite
- Tailwind CSS
Many folders are separate practice projects. Open the folder that contains a package.json, install dependencies, and start it with the script available in that project.
cd "folder-name"
npm install
npm run devFor plain HTML, CSS, and JavaScript projects, open the index.html file directly in the browser.
Nested .git folders were removed so GitHub can show the project folders normally inside this main repository instead of treating them as submodules.
Created by WebXWizard while learning full-stack web development.