Skip to content

yash30201/aurora

Repository files navigation

picture 2


A Blog Web App

Tech stack -
  • Reacts Js
  • Redux
  • Firebase
  • Firestore.
It's functionality includes -
  • User sign in
  • User login / logout
  • Create new articles
  • Dashboard
    • Article list : Fetches all the articles written by all users
    • Notification panel : Shows realtime notifications using cloud functions which are triggered on new user signup, new article addition and already existing article updatation
  • Article detail page : fetches article data from cloud firestore
  • Update existing article : Articles written by thou self only have this option
  • Enforced page restriction for logged off user

Head over to Wiki section for more details