1 line
No EOL
10 KiB
JSON
1 line
No EOL
10 KiB
JSON
{"slug": "choojs--awesome-choo", "title": "Awesome Choo", "description": "🌅 Awesome things related with choo framework", "github_url": "https://github.com/choojs/awesome-choo", "stars": "191", "tag": "Front-End Development", "entry_count": 74, "subcategory_count": 11, "subcategories": [{"name": "General", "parent": "", "entries": [{"name": "Official resources", "url": "#official-resources", "description": ""}, {"name": "Dependencies", "url": "#dependencies", "description": ""}, {"name": "Demos", "url": "#demos", "description": ""}, {"name": "Community", "url": "#community", "description": ""}, {"name": "Plugins and addons", "url": "#plugins-and-addons", "description": ""}, {"name": "Elements", "url": "#elements", "description": ""}, {"name": "CLI Templates", "url": "#cli-templates", "description": ""}, {"name": "Resources", "url": "#resources", "description": ""}, {"name": "Projects using choo", "url": "#projects-using-choo", "description": ""}]}, {"name": "Official resources", "parent": "", "entries": [{"name": "Docs", "url": "https://github.com/yoshuawuyts/choo/blob/master/README.md", "description": "", "stars": "6.7k"}, {"name": "Handbook", "url": "https://github.com/yoshuawuyts/choo-handbook", "description": "", "stars": "266"}, {"name": "Repo", "url": "https://github.com/yoshuawuyts/choo", "description": "", "stars": "6.7k"}, {"name": "Website", "url": "https://choo.io/", "description": ""}, {"name": "Twitter thread", "url": "https://twitter.com/yoshuawuyts/status/730087077803528193", "description": ""}]}, {"name": "Dependencies", "parent": "", "entries": [{"name": "bel", "url": "https://github.com/shama/bel", "description": "Create composable DOM elements using", "stars": "672"}, {"name": "hyperx", "url": "https://github.com/substack/hyperx", "description": "Convert template strings to", "stars": "993"}, {"name": "nanomorph", "url": "https://github.com/choojs/nanomorph", "description": "Hyper fast diffing algorithm for real DOM nodes.", "stars": "684"}, {"name": "nanoraf", "url": "https://github.com/yoshuawuyts/nanoraf", "description": "Only call RAF when needed."}, {"name": "nanorouter", "url": "https://github.com/choojs/nanorouter", "description": "Smol frontend router.", "stars": "117"}, {"name": "nanobus", "url": "https://github.com/choojs/nanobus", "description": "Tiny message bus.", "stars": "215"}, {"name": "nanolocation", "url": "https://github.com/choojs/nanolocation", "description": "Small window\\.location library.", "stars": "10"}, {"name": "nanohref", "url": "https://github.com/choojs/nanohref", "description": "Tiny href click handler library.", "stars": "40"}, {"name": "nanoquery", "url": "https://github.com/choojs/nanoquery", "description": "Tiny querystring module.", "stars": "48"}, {"name": "nanotiming", "url": "https://github.com/choojs/nanotiming", "description": "Small timing library.", "stars": "34"}]}, {"name": "Demos", "parent": "", "entries": [{"name": "Input example", "url": "http://requirebin.com/?gist=e589473373b3100a6ace29f7bbee3186", "description": "([repo (⭐6.7k)](https://github.com/yoshuawuyts/choo/tree/master/examples/title))"}, {"name": "HTTP effects", "url": "https://hyperdev.com/#!/project/fork-fang", "description": ""}, {"name": "Mailbox routing", "url": "https://github.com/yoshuawuyts/choo/tree/master/examples/mailbox", "description": "", "stars": "6.7k"}, {"name": "TodoMVC", "url": "http://shuheikagawa.com/todomvc-choo", "description": "([repo (⭐39)](https://github.com/shuhei/todomvc-choo))"}, {"name": "choo-firebase", "url": "https://choo-firebase-2ec21.firebaseapp.com", "description": "([repo (⭐19)](https://github.com/mw222rs/choo-firebase))"}, {"name": "Grow", "url": "https://grow.static.land", "description": "([repo (⭐13)](https://github.com/sethvincent/grow))"}, {"name": "Chatbot", "url": "http://chootbot.herokuapp.com", "description": "([repo (⭐2)](https://github.com/plaey/chatbot))"}, {"name": "chat-random", "url": "https://github.com/akiva/chat-random", "description": ""}, {"name": "choo-leaflet-demo", "url": "https://github.com/timwis/choo-leaflet-demo", "description": "", "stars": "16"}, {"name": "choo-scriber", "url": "https://zhouhansen.github.io/choo-scriber", "description": "([repo (⭐6)](https://github.com/ZhouHansen/choo-scriber))"}]}, {"name": "Community", "parent": "", "entries": [{"name": "Freenode", "url": "https://webchat.freenode.net/?channels=choo", "description": ""}]}, {"name": "Plugins and addons", "parent": "", "entries": [{"name": "choo-location-electron", "url": "https://github.com/bcomnes/choo-location-electron", "description": "Fix `choo`'s router in electron.", "stars": "12"}, {"name": "choo-log", "url": "https://github.com/yoshuawuyts/choo-log", "description": "Development logger for choo.", "stars": "46"}, {"name": "choo-test", "url": "https://github.com/mantoni/choo-test", "description": "Easy choo app unit testing.", "stars": "23"}, {"name": "choo-persist", "url": "https://github.com/yoshuawuyts/choo-persist/", "description": "Synchronize choo state with LocalStorage.", "stars": "44"}, {"name": "choo-promise", "url": "https://github.com/rahatarmanahmed/choo-promise", "description": "Use promises in effects and subscriptions.", "stars": "4"}, {"name": "choo-pull", "url": "https://github.com/yoshuawuyts/choo-pull", "description": "Wrap handlers to use pull-stream in a choo plugin.", "stars": "15"}, {"name": "choo-redirect", "url": "https://github.com/yoshuawuyts/choo-redirect", "description": "Redirect a view to another view.", "stars": "19"}, {"name": "choo-model", "url": "https://github.com/yoshuawuyts/choo-model", "description": "Experimental state management lib for choo.", "stars": "14"}, {"name": "choo-resume", "url": "https://github.com/bengourley/choo-resume", "description": "choo-resume + hot-rld = hot app reload in choo.", "stars": "15"}, {"name": "choo-detached", "url": "https://github.com/graforlock/choo-detached", "description": "Use `choo` as a mountable, simple stand-alone component (no routing).", "stars": "19"}, {"name": "choo-service-worker", "url": "https://github.com/choojs/choo-service-worker", "description": "Service worker loader for `choo`.", "stars": "25"}, {"name": "choo-websocket", "url": "https://github.com/YerkoPalma/choo-websocket", "description": "Small wraper around WebSocket browser API, for `choo` apps.", "stars": "28"}, {"name": "choo-store", "url": "https://github.com/ungoldman/choo-store", "description": "Lightweight state structure for choo apps.", "stars": "39"}]}, {"name": "Elements", "parent": "", "entries": [{"name": "dom-notifications", "url": "https://github.com/finnp/dom-notifications", "description": "Atom-inspired notifications component.", "stars": "108"}, {"name": "choodown", "url": "https://github.com/trainyard/choodown", "description": "A simple markdown component for choo.", "stars": "14"}, {"name": "choo-md-editor", "url": "https://github.com/dbtek/choo-md-editor", "description": "Lightweight markdown editor that can be used inside Choo app or as a standalone library.", "stars": "5"}, {"name": "choo-chartist", "url": "https://github.com/rexmortus/choo-chartist", "description": "A little component for using [Chartist](https://gionkunz.github.io/chartist-js/) with the choo framework.", "stars": "8"}]}, {"name": "CLI Templates", "parent": "", "entries": [{"name": "trainyard/template-basic", "url": "https://github.com/trainyard/template-basic", "description": "", "stars": "2"}, {"name": "haroenv/template-webpack", "url": "https://github.com/haroenv/template-webpack", "description": "", "stars": "7"}, {"name": "simonwjackson/atomic-choo", "url": "https://github.com/simonwjackson/atomic-choo", "description": "An opinionated project seed to get started developing with electron, webpack and choo."}, {"name": "graforlock/choo-bandwagon", "url": "https://github.com/graforlock/choo-bandwagon", "description": "", "stars": "13"}]}, {"name": "Resources", "parent": "", "entries": []}, {"name": "Projects using choo", "parent": "", "entries": [{"name": "boxcar", "url": "https://github.com/toddself/boxcar", "description": "A choo-based grid/spreadsheet editor.", "stars": "10"}, {"name": "choo-sortable", "url": "https://github.com/willkessler/choo-sortable", "description": "Building sortable code with choo.", "stars": "2"}, {"name": "hacker-choo", "url": "https://github.com/mw222rs/hacker-choo", "description": "Hacker Typer clone written in choo.", "stars": "10"}, {"name": "footprint-rechoo", "url": "https://github.com/npeihl/footprint-rechoo", "description": "A choo rewrite of [footprint-review (⭐6)](http://github.com/sjcgis/footprint-review).", "stars": "4"}, {"name": "minidocs", "url": "https://github.com/freeman-lab/minidocs", "description": "A documentation site generator built with choo.", "stars": "136"}, {"name": "dataface", "url": "https://github.com/timwis/dataface", "description": "Desktop application to manage databases.", "stars": "43"}, {"name": "BlankUp", "url": "https://github.com/HoverBaum/BlankUp-Electron", "description": "Multiplatform markdown editor.", "stars": "38"}, {"name": "hackernews-choo", "url": "https://github.com/kvnneff/hackernews-choo", "description": "A Hacker News reader built with choo.", "stars": "30"}, {"name": "tic-tac-choo", "url": "https://github.com/YerkoPalma/tic-tac-toe", "description": "Progressive tic tac toe game, made with choo.", "stars": "6"}, {"name": "enviar", "url": "https://github.com/timwis/enviar", "description": "Chat interface for SMS / text messages.", "stars": "34"}, {"name": "kaktus", "url": "https://github.com/kaktus/kaktus", "description": "A new minimalistic web browser, built on `choo` and IndexedDB.", "stars": "0"}, {"name": "civicdr.org", "url": "https://github.com/CiviCDR/civicdr.org", "description": "Website for [CiviCDR](https://civicdr.org/).", "stars": "3"}, {"name": "nekocafe", "url": "https://github.com/notenoughneon/nekocafe", "description": "Web chat room :cat: :speech\\_balloon:.", "stars": "16"}, {"name": "Robotopia", "url": "https://github.com/robotopia-x/robotopia", "description": "Introducing kids to coding with tiny virtual robots!", "stars": "502"}, {"name": "busca", "url": "https://github.com/afk-mcz/busca", "description": "A small web-extension to search the current tab on reddit.", "stars": "10"}, {"name": "choo-ban", "url": "https://github.com/luizbaldi/choo-ban", "description": "Simple kanban to manage board tasks, built with `choo`.", "stars": "5"}, {"name": "boowa", "url": "https://github.com/boowajs/boowa", "description": "A fun blog generator, built with `choo`.", "stars": "43"}, {"name": "hyperamp", "url": "https://github.com/hypermodules/hyperamp", "description": "Humble music player.", "stars": "294"}]}, {"name": "License", "parent": "", "entries": []}]} |