Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.13 KB

README.md

File metadata and controls

26 lines (22 loc) · 1.13 KB

Angular Reddit

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 😄.

How to run

    $ git clone https://github.com/barnamumtyan/angular-reddit.git
    $ cd angular-reddit
    $ npm install
    $ bower install
    $ gulp serve

Some of the sources (that come to mind at the moment 😄) where I have been inspired from:

What's next

I will keep adding features and refactoring, when I learn something interesting. Stuff todo:

  • Night mode theme
  • Proper error handling
  • Write tests
  • Write docs