#ReactJS Blog using Firebase database and hosting This is a work in progress. If you feel something can be improved or is missing, then please feel free to submit a PR, all PRs are welcome especially from newcomers.

##Checklist:

  • Pull in blog posts and categories from database
  • Pull in images/audio/video from Firebase Storage
  • Create a relationship between blog posts, categories and authors
  • Use routing to view single blog post and categories
  • Create an admin backend to manage all data and assets. (Using firebase-admin package?)