/angular-simple-blog

Let's create a simple blog using AngularJS.

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Simple Blog with AngularJS and Firebase

In this project we'll create a simple blog with post and user manager and authentication system. Firebase will help us storing some data generated by us.

Done

  • Initial files ans project structure.
  • Page Routes
  • Site
    • Post List
    • Post Single
  • Admin
    • All Posts
    • Edit Post

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -m 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request! :D

License

GPL v2.0

References