Skip to content

Instantly share code, notes, and snippets.

@fleepgeek
fleepgeek / daily-ui.txt
Created August 15, 2018 16:39 — forked from Pustur/daily-ui.md
DailyUI – A list of design challenges
Sign Up
Credit Card Checkout
Landing Page (above the fold)
Calculator
App Icon
User Profile
Settings
404 page
Music Player
Social Share
@fleepgeek
fleepgeek / clear.txt
Created August 1, 2018 12:54 — forked from EQuimper/clear.txt
React-Native clear Watchman + Cache
watchman watch-del-all && rm -rf node_modules/ && yarn cache clean && yarn install && yarn start -- --reset-cache