Skip to content

lechinoix/pin-pic

Repository files navigation

PinPic

This project displays pictures on a map where you take them.

https://pinpic-49e36.firebaseapp.com/map

Start the project

Install preact-cli

Dev mode:

preact watch

Prod mode:

npm run serve

Construct the app step by step

  • Install preact-cli
preact create my-pwa
  • Remove Profile routes
  • Mutate webpack conf to create an alias
  • Install google-maps-react
  • Create your Google-maps
  • Install preact-mdl
  • Add a fab button
  • Display video on fab button
  • Take a picture
  • Display the picture on the map

Current state of application :

image