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

https://github.com/jondjones/ilovejavascript

#ILOVEJavascript - This repo will enable you to become a better JS developer. It contains code snippets and apps I've written. It contains a jumbo list of all the interesting JS related things for you to watch when you have a spare 10 minutes free
https://github.com/jondjones/ilovejavascript

javascript javascript-tools react reactjs

Last synced: 9 months ago
JSON representation

#ILOVEJavascript - This repo will enable you to become a better JS developer. It contains code snippets and apps I've written. It contains a jumbo list of all the interesting JS related things for you to watch when you have a spare 10 minutes free

Awesome Lists containing this project

README

          

# #ILOVEJAVASCRIPT :heart_eyes: - By JONDJONES.COM

\#ILOVEJAVASCRIPT is an on-going collaboration of tutorials, packages, meet-ups and ideas of all things Javascript. The aim of this project is to help web developers become true software crafts people. Why waste hours trying to remember that website you once found randomly Googling. This area is a on-stop shop to get you set-up and building applications.

:star: **Don't forget to star this app as it's updated frequently** :star:

This is an open-source repo. If you would like to add something or correct a mistake, please open a PR.

# :rocket: #ILOVEJAVASCRIPT Book :rocket:

## Download

- [#ILOVEJAVASCRIPT.epub](build/epub/book.epub)
- [#ILOVEJAVASCRIPT.pdf](build/pdf/book.pdf)

## Online Version

[Introduction - ILOVEJavascript](./book/ILOVEJAVSCRIPT.md)
[Chapter 01 - Datatypes](./javascript-101/01-data-types.md)
[Chapter 02 - Logic Gate and Condition Logic](./javascript-101/02-logic-gates-conditional.md)
[Chapter 03 - Functions](./javascript-101/03-functions.md)
[Chapter 04 - Objects](./javascript-101/04-objects-101.md)
[Chapter 05 - Arrays](./javascript-101/05-arrays.md)
[Chapter 06 - ES6](./javascript-101/06-es6.md)
[Chapter 07 - DOM Manipulation](./javascript-101/07-dom-manipulation.md)
[Chapter 08 - Async](./javascript-101/08-async.md)
[Chapter 09 - Prototype](./javascript-101/09-Prototype.md)
[Chapter 10 - Functional Programming](./javascript-101/10-functional-programming.md)
[Chapter 11 - Design Patterns](./javascript-101/11-design-patterns.md)
[Chapter 12 - Misc](./javascript-101/12-misc.md)
[Chapter 13 - Misc Code Examples](./javascript-101/13-examples.md)
[Appendix 1 - Resources](./book/RESOURCES.md)
[Appendix 2 - My Dev Set-up](./book/APPENDIX.md)

# Contributing

:construction: Open an [issue](https://github.com/jondjones/ILoveJavascript/issues) or a [pull request](https://github.com/jondjones/ILoveJavascript) to suggest changes or additions. :construction:

If you like the content you find here, and want to support more content like it and you'd like to contribute financially towards the effort (or any of my other, I do have a patreon that I would always appreciate your generosity towards.

![patreon.com/jondjones](./images/patreon.png)

# Build The Book

You can build the book yourself by running these commands:

```sh
make
```

```sh
make pdf
make epub
```

The generated files will be placed in *build/*.

# Authors

[Jon D Jones](http://www.jondjones.com)

# License
![Creative Commons License](https://i.creativecommons.org/l/by-nc/4.0/88x31.png)
This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](http://creativecommons.org/licenses/by-nc/4.0/)

⬆ back to top
---