Skip to content

AdnanShah/KretaHub-ReactJs

Repository files navigation

React Intro

Material-UI logo

![React + Material-UI Example App]

React + Material-UI codebase containing real world shipping app.

Getting started

You can view a live demo over at https://project-7-9fe4b.firebaseapp.com/#/signin/

To get the frontend running locally:

  • Clone this repo
  • npm install to install all req'd dependencies
  • npm start to start the local server (this project uses create-react-app)

Login demo@example.com Password demo#123

Functionality overview

The application is a shipping site called "KretaHub". It includes authentication. You can view a live demo over at https://project-7-9fe4b.firebaseapp.com/#/signin

General functionality:

  • Authenticate users (login/signup pages + logout button on settings page)
  • Authenticate also include signup page https://project-7-9fe4b.firebaseapp.com/#/signup
  • Dashboard is the main feature of the whole application which can be demo in the given link.