chingu-voyages / bears-project-3

Chingu Voyage Project
https://beta.chingu.io/project/3
1 stars 1 forks source link

Ui/signup location #28

Closed iamlasse closed 5 years ago

iamlasse commented 5 years ago

Added signup with user location selection from google places. Api Key is in config (must add your own form now, since its abusable) just add export default { GOOGLE_API_KEY: 'yourkey' };

to src/config/index.js in react-ui

Also, connected store to signup, and fixed router issues... again