Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

This is a boiler plate of React for login using Firebase and made with TypeScript

Notifications You must be signed in to change notification settings

DevelopmentGuide/React-Firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React

Technologies

Language Framework Database
drawing drawing drawing
TypeScript React Firebase

To Start

Run the following command in terminal

npm start

KeyWords

  1. ContactUs

    • Name
    • Date
    • Email
    • Message
  2. Order

    • MemberId
    • ProductName
    • RequiredDate
    • Quantities
  3. Template

Structure

public
        index.html

src
        components
                navbar
                    BarComponents
                    NavContainer
                Security
                    GoogleSignIn
                    GoogleSignOut
        config
                Firebase
        error
                Error404
                Load4
                LoadN
                NotLoggedIn
        models
                ContactForm
                OrdersForm
        pages
                ContactUs
                    ContactUs
                    Index
                    ViewPost
                Home
                    Home
                messages
                    ContactUsMessage
                    OrderMessage
                NewUser
                    Create
                    Details
                Order
                    Index
                    Order
                    ViewOrder
                User
                    ControlPannel
                    HomePage
                    Login
                    MyAccount
        routes
                AppRoute
        stylesheet
                App.css
        App
        index

About

This is a boiler plate of React for login using Firebase and made with TypeScript

Topics

Resources

Stars

Watchers

Forks