An open API service indexing awesome lists of open source software.

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.

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)