🐶 Dogebook is a simple demo app created for a lightning talk I gave at WarsawJS about CSS-in-JS and 💅styled-components.
💅styled-components is a great CSS-in-JS library that works out of the box with React, React-Native and Preact 🎉🎉🎉
The purpose of the talk and demo was to demonstrate how quick and flexible styled-components is for building stuff quickly and theming; however what is demonstrated in this app only scratches the surface in regards to what you can do with 💅styled-components so I highly recommend visiting their documentation site here: styled-components.com
Dogebook was bootstrapped with Create React App.
yarn install
yarn start