This repository contains JavaScript code and learning resources, covering both frontend and backend JavaScript. The code is based on tutorials from Chai aur Code, CodeWithHarry, Apna College, and Hello World.
📂 JavaScript
├── 📁 ChaiAurCode # JavaScript lessons from Chai aur Code
├── 📁 Cwh_SigmaWebDev # CodeWithHarry Sigma Web Dev Full stack react, NextJS
├── 📁 Hello_World_NodeJs # Backend Node.js
├── 📁 Shradha Khapra # JavaScript tutorials by Shradha Khapra
├── 📁 codeWithHarry # JavaScript code from CodeWithHarry tutorials
├── 📁 Sheryians_Coding_Backend # NodeJS Backend from Sheryians Coding School
├── 📄 README.md # Documentation
- This folder contains JavaScript code for frontend development.
- Learned from Chai aur Code, CodeWithHarry, and Apna College tutorials.
- Covers topics such as:
- JavaScript Basics (Variables, Loops, Functions, Objects)
- DOM Manipulation
- ES6+ Features (Arrow Functions, Destructuring, Spread Operator)
- Event Handling
- Asynchronous JavaScript (Promises, Async/Await)
- APIs and Fetch
- This folder contains backend JavaScript code using Node.js.
- Learned from CodeHelp tutorials.
- Covers topics such as:
- Setting up Node.js
- File System (fs module)
- HTTP Server
- Express.js Framework
- Middleware
- Working with Databases (MongoDB, MySQL)
- Authentication & Authorization
Make sure you have the following installed:
- Node.js
- A text editor (VS Code recommended)
- Clone the repository:
git clone https://github.com/Abhishekh1516techboy/Java-Script.git cd Java-Script
- Navigate to the respective folder (
ChaiAurCode
,Hello_World_NodeJs
, etc.). - Follow the instructions in the respective README files to run examples.
- Chai aur Code - JavaScript
- CodeWithHarry - JavaScript
- Hello World - Node.js
- Sigma Web Dev
- Shradha Khapra
- Sheryians Coding School
Feel free to contribute by adding more examples or improving documentation.
This project is for learning purposes only. No official license is applied.
Happy Coding! 🚀