A simple Blogging app based on React and Redux using Firestore for a Realtime Database.
- Login form
- Sign in form
- Logging out functionality
- Dashboard
- Adding new blogs to the dashboard as a signed in user
- Realtime database
- Authentication
- Node.js
- React.js
- Redux
- Materialize
- Firebase
- Firestore
- Firebase Authentication
- Cloud Functions (soon will be added for realtime notifications)
- Node.js installed
- NPM installed
- Standard node modules installation
npm install
- Start the React App:
npm start