yarnball / MaterialUI-Dashboard

Material UI, Rechart, and Social Authentication, with React Router V4 and Firebase V3. React.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Material UI, Rechart, and Social Authentication, with React Router V4 and Firebase V3

This is an example repo for authenticating with Firebase and React Router.

Using React 15.4.0, React Router 4, and Firebase 3.6.1

Desktop Preview

Screenshot desktop

Mobilegit Preview

Screenshot Mobile

Features:

  • Protected Routes with React Router
  • Register new users with Firebase
  • Add new users to /users in your Firebase database
  • Login/Logout Functionality
  • Material dashboard UI design
  • Responsive to mobiles/desktop design
  • Graphs using ReChart

Dev:

  • Swap out the firebase config in config/constants with your own API details
  • npm install
  • npm start
  • Visit localhost:3000
  • Different port? Run PORT=3001 npm start

Build/Production:

  • npm run build
  • see "/build" folder

About

Material UI, Rechart, and Social Authentication, with React Router V4 and Firebase V3. React.js


Languages

Language:JavaScript 96.4%Language:HTML 3.0%Language:CSS 0.6%