https://github.com/sanikamal/javascript-atoz
A collection of awesome beginners-friendly javascript tutorials and projects.
https://github.com/sanikamal/javascript-atoz
javascript javascript-applications
Last synced: 6 days ago
JSON representation
A collection of awesome beginners-friendly javascript tutorials and projects.
- Host: GitHub
- URL: https://github.com/sanikamal/javascript-atoz
- Owner: sanikamal
- License: mit
- Created: 2018-09-18T11:55:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-10-31T06:06:58.000Z (over 6 years ago)
- Last Synced: 2025-02-27T05:23:33.395Z (over 1 year ago)
- Topics: javascript, javascript-applications
- Language: JavaScript
- Homepage:
- Size: 523 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JavaScript, often abbreviated as JS, is a high-level, interpreted programming language that conforms to the ECMAScript specification. It is a language that is also characterized as dynamic, weakly typed, prototype-based and multi-paradigm. [Wikipedia](https://en.wikipedia.org/wiki/JavaScript)
### Project 1: [Simple Calculator App](https://github.com/sanikamal/awesome-javascript-examples/tree/master/simple-calculator)
### Project 2: [Simple Pomodoro App](https://github.com/sanikamal/awesome-javascript-examples/tree/master/pomodoro)
## Useful code snippets
### 1. [Modal PopUp](https://github.com/sanikamal/awesome-javascript-examples/tree/master/modal-popup)
### 2. [Animated SlideShow](https://github.com/sanikamal/awesome-javascript-examples/tree/master/animated-slideshow)
### 3. [Star Rating](https://github.com/sanikamal/awesome-javascript-examples/tree/master/star-rating)