Skip to content

Repository files navigation

Learning JavaScript

This repository contains in-depth JavaScript learning materials and projects. It is based on the "Chai aur Code" JavaScript playlist.

Table of Contents

Overview

This repository is designed to help you learn JavaScript from the basics to advanced topics. It includes various projects and exercises to practice and improve your skills.

Folder Structure

  • APIs/: API-related exercises
  • Callback/: Callback function examples
  • Class/: JavaScript class examples
  • DOM Navbar/: DOM manipulation exercises (Navbar project)
  • DOM/ StonePaperScissors/: Stone-Paper-Scissors game using DOM manipulation
  • DOM_Drive/: DOM exercises
  • Projects/: Various JavaScript projects
  • basics02/: Basic JavaScript exercises
  • events/: Event handling exercises
  • JS_Chapterwise_Notes.pdf: Chapter-wise notes on JavaScript
  • JavaScript_Cheatsheet_CodeWithHarry.pdf: JavaScript cheat sheet from CodeWithHarry
  • datesinjs.js: Working with dates in JavaScript
  • index.html: Main HTML file for the application
  • index.js: Main JavaScript file for the application
  • test.js: Test JavaScript file

Resources

Projects

  • Stone-Paper-Scissors game
  • DOM manipulation projects
  • Various API and callback function exercises

Installation

  1. Clone the repository:

    git clone https://github.com/mihir2004/learningjs.git
    cd learningjs
  2. Open index.html in your browser to view the examples and projects.

Usage

  1. Navigate through the folders to explore different JavaScript concepts and projects.
  2. Open the HTML files in your browser to see the examples in action.
  3. Modify the JavaScript files to practice and enhance your skills.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes and commit them (git commit -m 'Add some feature').
  4. Push to the branch (git push origin feature-branch).
  5. Open a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages