Skip to content

EarlGeorge/react.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React app with voice input

Main page displays random images. Sign in for searching certain one, also supports voice interaction.

See full features Live

U can use this account, or make your own.
email: george@georgee.co.uk
password: admin1234

Technologies:

Tech Description Using
SPA no heavy Lifting, in some cases it's only one level deep + global State on demand... React, Create-React, (Redux + thunk)
CSS styled-components styled-components, helmet
DATA SOURCE Accessing user info. Searching pictures. Firebase, image
Hosting GCP, Firebase GCP, Firebase

Project structure:

  • src/ #Development folder!

    • components/

      • '****' #Components
    • pages/

      • '****' #pages
    • store/ #Global State : Redux.

      • actions/
      • firebase/
      • reducers/
  • / #Root files

    • .package.json

      Gives some useful npm dependency information..