https://github.com/ranitmanik/javascript-supersimpledev
This repository is a compilation of various web development projects and assignments from SuperSimpleDev javascript course.
https://github.com/ranitmanik/javascript-supersimpledev
coding course css3 html5 jaavscript learning supersimpledev youtube
Last synced: 5 months ago
JSON representation
This repository is a compilation of various web development projects and assignments from SuperSimpleDev javascript course.
- Host: GitHub
- URL: https://github.com/ranitmanik/javascript-supersimpledev
- Owner: RanitManik
- Created: 2023-11-25T17:40:59.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T06:11:18.000Z (over 1 year ago)
- Last Synced: 2025-05-01T17:58:23.728Z (6 months ago)
- Topics: coding, course, css3, html5, jaavscript, learning, supersimpledev, youtube
- Language: HTML
- Homepage: https://youtu.be/SBmSRK3feww?si=Xove-7ZiaON37l6D
- Size: 2.45 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
JavaScript Full Course by SuperSimpleDev

---
This repository comprehensively composes various web development projects and assignments from the SuperSimpleDev javascript course. It serves as a valuable resource for individuals who are interested in enhancing their skills and knowledge in the field of web development. The course included in this repository covers a wide range of topics, allowing learners to practice and apply their understanding of JavaScript concepts. Whether you are a beginner looking to get started with web development or an experienced developer seeking to expand your skill set, this course offers a wealth of engaging and informative projects that will help you in your journey toward becoming a proficient web developer.
## Table of Contents
- [Topics](#topics)
- [Getting Started](#getting-started)
- [Course Link](#course-link)
- [Contact](#contact)
- [Acknowledgment](#acknowledgment)## Topics
| # | Topic | Brief Description | Status |
| --- | ---------------------------------- | ---------------------------------------------------------- | ----------- |
| 0 | Intro | Introduction to the course and its objectives. | Completed |
| 1 | JavaScript Basics | Fundamental concepts and syntax of JavaScript. | Completed |
| 2 | Numbers and Math | Working with numbers and mathematical operations. | Completed |
| 3 | Strings | Manipulating and working with text strings. | Completed |
| 4 | HTML CSS Review, console.log | Review of HTML and CSS, introduction to console.log. | Completed |
| 5 | Variables | Understanding and using variables in JavaScript. | Completed |
| 6 | Booleans and If-Statements | Working with boolean values and conditional statements. | Completed |
| 7 | Functions | Introduction to functions and their usage. | Completed |
| 8 | Objects | Exploring JavaScript objects and their properties. | Completed |
| 9 | Document Object Model (DOM) | Understanding the DOM and its interaction with HTML. | Completed |
| 10 | HTML, CSS, and JavaScript Together | Integrating HTML, CSS, and JavaScript in web development. | Completed |
| 11 | Arrays and Loops | Working with arrays and using loop structures. | Completed |
| 12 | (Part 2). Arrays and Loops | Advanced concepts in arrays and loop structures. | Completed |
| 13 | Advanced Functions | Exploring advanced concepts and techniques in functions. | Completed |
| 14 | (Part 2). Advanced Functions | Continuing advanced topics in functions. | Completed |
| 15 | Projects and Ending | Culmination with practical projects and course conclusion. | Completed |## Getting Started
To start your journey in Javascript, follow these steps:
- **Clone** the repository:
```bash
git clone https://github.com/RanitManik/JavaScript-SuperSimpleDev.git
```- **Add This repo as Remote**:
```bash
git remote add origin https://github.com/RanitManik/JavaScript-SuperSimpleDev.git
```- **Create and Switch to Your Branch**:
```bash
git checkout -b YourBranchName
```- **Push your changes** to this branch:
```bash
git push --set-upstream origin DEV/{your_name}/{in which you're working on}
```## Course Link
Explore the video tutorials for this course by SuperSimpleDev on YouTube:
* [Tutorial part 1](https://youtu.be/SBmSRK3feww?si=QF2qikn4SLm_I60R)
* [Tutorial part 2](https://youtu.be/TmcEmsyYKXE?si=iCriZCfe6fVe3vEy)
* [Tutorial part 3](https://youtu.be/2exKokkn8o0?si=gk8-OCd3JsOOWSqW)
* [Tutorial part 4](https://youtu.be/Bcz3zVogiI0?si=djpKGz0FGDYy5fVt)
* [Tutorial part 5](https://youtu.be/_IB1va3E5l0?si=bkJFMpeGHNjBSYOB)## Contact
Social Media
Username
Link
![]()
ranitmanik.dev@gmail.com
![]()
Ranit Manik
![]()
ranit_manik_
![]()
RanitKumarManik
![]()
RANIT_MANIK
## Acknowledgment
I would like to express my gratitude to everyone who has contributed to the development of this course and the
associated materials. Special thanks to the SuperSimpleDev community for their support and feedback.Happy coding!