Skip to content

Latest commit

 

History

History
executable file
·
122 lines (98 loc) · 5.76 KB

File metadata and controls

executable file
·
122 lines (98 loc) · 5.76 KB
       _                   _____           _       _     _                           _              
      | |                 / ____|         (_)     | |   | |                         (_)             
      | | __ ___   ____ _| (___   ___ _ __ _ _ __ | |_  | |     ___  __ _ _ __ _ __  _ _ __   __ _  
  _   | |/ _` \ \ / / _` |\___ \ / __| '__| | '_ \| __| | |    / _ \/ _` | '__| '_ \| | '_ \ / _` | 
 | |__| | (_| |\ V / (_| |____) | (__| |  | | |_) | |_  | |___|  __/ (_| | |  | | | | | | | | (_| | 
  \____/ \__,_| \_/ \__,_|_____/_\___|_|  |_| .__/ \__| |______\___|\__,_|_|  |_| |_|_|_| |_|\__, | 
                               |  __ \      | |(_)         | |                                __/ | 
                               | |__) | __ _|_| _  ___  ___| |_ ___                          |___/  
                               |  ___/ '__/ _ \| |/ _ \/ __| __/ __|                                
                               | |   | | | (_) | |  __/ (__| |_\__ \                                
                               |_|   |_|  \___/| |\___|\___|\__|___/                                
                                              _/ |                                                  
                                             |__/                                                   

❯ small JavaScript learning projects and demos created to practice and demonstrate basic web development concepts.

license last-commit repo-top-language repo-language-count


Project Links


Overview

This repository is a collection of small JavaScript, HTML and CSS learning projects and demos created to practice and demonstrate basic web development concepts. Each subfolder is a standalone project you can open in a browser to see the demo and review the source code.


Features

- A variety of beginner-to-intermediate learning projects (canvas drawings, simple apps, demos of browser APIs). - Each project is self-contained: HTML, CSS and JS files are in the project folder. - Quick-to-run examples suitable for learning, sharing, and extending.

Project Structure

JavaScript-Learning-Projects/
├── Calculater/
├── Drawing App/
├── JavascriptCana2D/
├── JavascriptChart/
├── Password Generator/
├── Simpel Code Editor/
├── Speech Recognizer/
├── TO-DO-LIST/
├── Validation/
├── Validation User From/
├── Wether Report web site/
├── Word Counter/
├── clock/
└── dragabel/

Getting Started

Installation

Install JavaScript-Learning-Projects using one of the following methods:

Build from source:

  1. Clone the JavaScript-Learning-Projects repository:
❯ git clone https://github.com/HimanthaThathsara/JavaScript-Learning-Projects
  1. Navigate to the project directory:
cd JavaScript-Learning-Projects

Contributing


License

This project is protected under the MIT License. For more details, refer to the LICENSE file.