An open API service indexing awesome lists of open source software.

https://github.com/kento75/react-firebase-events-board

WIP:Single Page Application powered by React.js & Firebase
https://github.com/kento75/react-firebase-events-board

firebase firestore react redux semantic-ui serverless single-page-applications

Last synced: 2 months ago
JSON representation

WIP:Single Page Application powered by React.js & Firebase

Awesome Lists containing this project

README

          

# react-firebase-events-board

https://revents-215111.firebaseapp.com/

email : demouser@example.com
password: demouser

## node and npm version
* node version 8.11.4 LTS
* npm version 5.6.0

## Global install packages
* create-react-app

## VScode packages
* Auto Rename Tag
* Bracket Pair Colorizer
* Debugger for Chrome
* ES7 React/Redux/GraphQL/React-Native snippets
* ESLint
* JavaScript(ES6) code snippets
* Material Icon Theme
* npm Intellisense
* Path Intellisense
* Prettier-Code formatter
* React Redux Firestore Course Snippets

## VScode Setting

setting.json

```
{
"workbench.startupEditor": "newUntitledFile",
"editor.tabSize": 2,
"explorer.confirmDragAndDrop": false,
"workbench.iconTheme": "material-icon-theme",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"emmet.triggerExpansionOnTab": true
}
```

## stack
* React16
* Redux
* Firebase
* Cloudinary
* etc

## GCP stack
* Maps JavaScript API
* Places API
* Geocoding API

## Views

![Home](./res/Home.png)

![EventDashBoard](./res/EventDashBoard.png)

![UserCreate](./res/UserCreate.png)

![SignIn](./res/SignIn.png)

![CreateEvent](./res/CreateEvent.png)

![EventDetail](./res/EventDetail.png)

![EventChat](./res/EventChat.png)

![ShowGoogleMap](./res/ShowGoogleMap.png)