Skip to content

Latest commit

 

History

History
40 lines (32 loc) · 696 Bytes

README.md

File metadata and controls

40 lines (32 loc) · 696 Bytes

Blogging app based on React

A simple Blogging app based on React and Redux using Firestore for a Realtime Database.

Features

  • Login form
  • Sign in form
  • Logging out functionality
  • Dashboard
  • Adding new blogs to the dashboard as a signed in user
  • Realtime database
  • Authentication

Technologies used

  • Node.js
  • React.js
  • Redux
  • Materialize
  • Firebase
    • Firestore
    • Firebase Authentication
    • Cloud Functions (soon will be added for realtime notifications)

Requirements

  • Node.js installed
  • NPM installed

Getting started

Package installation

  1. Standard node modules installation
npm install
  1. Start the React App:
npm start