Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 978 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 978 Bytes

Netlify Status

WIB(Where I've Been)

A smiple app to show where I have been and to geo-categorize my photos.

Link to Live Site Here

Using:

  • React
  • Mapbox
  • Unsplashed API
  • GraphQL
  • EmotionJs For The Styling
  • Hosted and deployed using Netlify
  • Api can be found in this repo(psshhh it's super cool)

Opinion on styling using emotionJS/Css in Js

Never used styled components before and overall the expierence was pretty good. Was super nice to not have to switch between a css and js file to edit styles. Did get a bit annoying when I was refactoring or removing divs since those styles are binded to a styled component above.

Would I use css in js again, yes but only if I couldn't use a library like tailwind css