This is a reddit reader angular application where I use best practices that I picked up while learning front-end development. It is not a complete application yet, and still missing some important features, but if you want to learn a few best practices on how to build an angular app you're welcome to check it out 😄.
$ git clone https://github.com/barnamumtyan/angular-reddit.git
$ cd angular-reddit
$ npm install
$ bower install
$ gulp serve
- John Papa's blog <- general style guide for writing angular code
- Todd Motto's blog <- using the extend function to interface with templates)
I will keep adding features and refactoring, when I learn something interesting. Stuff todo:
- Night mode theme
- Proper error handling
- Write tests
- Write docs