Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1006 Bytes

File metadata and controls

33 lines (26 loc) · 1006 Bytes

This is a simple Reactgram app like instagram. It's built with React, Redux and Firebase. Hopefully you will like it.

You can suggest me code improvements if you can. I will be grateful to you.

App previews:

  1. Login page preview: LoginPage
  2. Register Page Preview: RegisterPage
  3. ReactGram Preview: ReactgramPreview
  4. Updating Story updateStory

Local Installation:

  1. git clone git@github.com:mdeasindev/reactgram-app-react-redux-firebase.git
  2. cd reactgram-app-react-redux-firebase
  3. npm install
  4. We have to setup firebase config: from directory src/config/fbConfig.js Imgur
  5. Make 3 things sure in firebase dashboard:
  • Enable " Email/Password " Authentication
  • Create Database
  • Create Storage
  1. yarn start or npm start

Have fun!