└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome App Building Tutorials [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) ![](https://img.shields.io/badge/unicodeveloper-approved-brightgreen.svg) 2 | 3 | > Curated list of resources: books, videos, articles about building practical apps from start to finish. Most especially clones of real products using different technologies 4 | 5 | *Inspired by the [awesome](https://github.com/sindresorhus/awesome) list thing. You might also like [awesome-lumen](https://github.com/unicodeveloper/awesome-lumen).* 6 | 7 | *Please read the [contribution guidelines](#guidelines) before contributing.* 8 | 9 | **Check out my [blog](https://goodheads.io) or say *hi* on [Twitter](https://twitter.com/unicodeveloper).** 10 | 11 | ## Table of Contents 12 | 13 | - [Mean Stack](#meanstack) 14 | 15 | ### Mean Stack 16 | 17 | * [How to build a Reddit/Hacker News Clone](https://thinkster.io/tutorials/mean-stack) 18 | 19 | 20 | ## Contributing 21 | Found an awesome resource? Send me a pull request! Just follow the guidelines 22 | 23 | #### Guidelines 24 | 25 | * Make sure what you are adding is not already on the list 26 | * Make a separate pull request for each addition 27 | * Use the format: `* [Name](Link)` 28 | * Add it to the bottom of the section, not top or middle 29 | * Check your spelling and grammar 30 | * Feel free to create or improve a category 31 | * Make sure there is no trailing whitespace 32 | * Last, Make sure it is awesome! 33 | 34 | 35 | ## License 36 | 37 | [![CC0](https://i.creativecommons.org/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) 38 | 39 | This work (Awesome Lumen) is free of known copyright restrictions. --------------------------------------------------------------------------------