_ _____ _ _ _ _
| | / ____| (_) | | | | (_)
| | __ ___ ____ _| (___ ___ _ __ _ _ __ | |_ | | ___ __ _ _ __ _ __ _ _ __ __ _
_ | |/ _` \ \ / / _` |\___ \ / __| '__| | '_ \| __| | | / _ \/ _` | '__| '_ \| | '_ \ / _` |
| |__| | (_| |\ V / (_| |____) | (__| | | | |_) | |_ | |___| __/ (_| | | | | | | | | | | (_| |
\____/ \__,_| \_/ \__,_|_____/_\___|_| |_| .__/ \__| |______\___|\__,_|_| |_| |_|_|_| |_|\__, |
| __ \ | |(_) | | __/ |
| |__) | __ _|_| _ ___ ___| |_ ___ |___/
| ___/ '__/ _ \| |/ _ \/ __| __/ __|
| | | | | (_) | | __/ (__| |_\__ \
|_| |_| \___/| |\___|\___|\__|___/
_/ |
|__/
❯ small JavaScript learning projects and demos created to practice and demonstrate basic web development concepts.
- 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
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.
- 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.
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/Install JavaScript-Learning-Projects using one of the following methods:
Build from source:
- Clone the JavaScript-Learning-Projects repository:
❯ git clone https://github.com/HimanthaThathsara/JavaScript-Learning-Projects- Navigate to the project directory:
❯ cd JavaScript-Learning-ProjectsThis project is protected under the MIT License. For more details, refer to the LICENSE file.