All Projects → kitze → Sizzy

kitze / Sizzy

Licence: gpl-3.0
A tool for testing responsive websites crazy-fast

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Sizzy

Argon Design System
Argon - Design System for Bootstrap 4 by Creative Tim
Stars: ✭ 2,307 (-57.19%)
Mutual labels:  design, responsive
Tachyons
Functional css for humans
Stars: ✭ 11,057 (+105.18%)
Mutual labels:  design, responsive
Artifact
The open source design documentation tool for everybody
Stars: ✭ 551 (-89.78%)
Mutual labels:  design
Waffle Grid
An easy to use flexbox grid system.
Stars: ✭ 602 (-88.83%)
Mutual labels:  responsive
Swiftlanguageweather
Swift Language Weather is an iOS weather app developed in Swift 4.
Stars: ✭ 5,190 (-3.69%)
Mutual labels:  design
Website
The train engine powering the Coding Train website
Stars: ✭ 5,313 (-1.41%)
Mutual labels:  design
Chips Input Layout
A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
Stars: ✭ 591 (-89.03%)
Mutual labels:  design
Awesome Design Tools
The best design tools and plugins for everything 👉
Stars: ✭ 23,754 (+340.79%)
Mutual labels:  design
From Design To Android Part1
First part of 'from design to android' series
Stars: ✭ 622 (-88.46%)
Mutual labels:  design
Tailwindcss Figma Kit
Figma Kit for TailwindCSS
Stars: ✭ 577 (-89.29%)
Mutual labels:  design
Screenity
The most powerful screen recorder & annotation tool for Chrome 🎥
Stars: ✭ 6,229 (+15.59%)
Mutual labels:  design
Java Study
java-study 是本人学习Java过程中记录的一些代码!从Java基础的数据类型、jdk1.8的Lambda、Stream和日期的使用、 IO流、数据集合、多线程使用、并发编程、23种设计模式示例代码、常用的工具类, 以及一些常用框架,netty、mina、springboot、kafka、storm、zookeeper、redis、elasticsearch、hbase、hive等等。
Stars: ✭ 571 (-89.4%)
Mutual labels:  design
Formbase
Better default styles for common input elements.
Stars: ✭ 560 (-89.61%)
Mutual labels:  design
Ng Matero
Angular Material admin dashboard template.
Stars: ✭ 597 (-88.92%)
Mutual labels:  responsive
Awesome React Design Systems
A collection of awesome React-based design systems
Stars: ✭ 552 (-89.76%)
Mutual labels:  design
An Askreddit List Of Compsci Books
books and resources loved by r/learnprogramming community, compiled by me, a lurker who kept track
Stars: ✭ 598 (-88.9%)
Mutual labels:  design
Macos Ui Kit
💎 The most detailed and accurate macOS UI Kit for Sketch. This Sketch Library includes common Mac interface elements, cursors, and a Touch Bar UI Kit.
Stars: ✭ 551 (-89.78%)
Mutual labels:  design
Awesome Design Tools
Stars: ✭ 567 (-89.48%)
Mutual labels:  design
Hugo Theme Hello Friend
Pretty basic theme for Hugo that covers all of the essentials. All you have to do is start typing!
Stars: ✭ 586 (-89.13%)
Mutual labels:  responsive
Flex Layout
Provides HTML UI layout for Angular applications; using Flexbox and a Responsive API
Stars: ✭ 5,705 (+5.86%)
Mutual labels:  responsive

🙋‍♂️ Made by @thekitze

Other projects:

  • 🏫 React Academy - Interactive React and GraphQL workshops
  • 💌 Twizzy - A standalone app for Twitter DM
  • 🤖 JSUI - A powerful UI toolkit for managing JavaScript apps

Sizzy

Sizzy

A tool for developing responsive websites crazy-fast, made by @thekitze


OpenCollective OpenCollective

gif

Sharing with an url

Add ?url=http://your-url.com at the end of the url to share it with a preloaded url.

Example: http://sizzy.co?url=https://preactjs.com

Chrome extension

Adds a Sizzy button in the Chrome toolbar, which on click opens any page directly into Sizzy.

Chrome Extension
Source

Getting Started

  1. Install the dependencies:
yarn install
  1. Start the server:
yarn start
  1. Open it in your browser http://localhost:3033/

Tip: You can also use npm instead of yarn, and if you want to use yarn but you don't have it on your machine, here's how to install it.

Dev issues

Getting module not found errors

error

Files are imported from their absolute paths instead of their relative paths to avoid repeating ../../../../ when requiring files. Unfortunately on some machines, the NODE_PATH=./src rule from the .env file doesn't get applied, as mentioned in this issue.

Temporary solution is to run export NODE_PATH=./src in the terminal, before running yarn start.

Backers

Support us with a monthly donation and help us continue our activities. [Become a backer]

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. [Become a sponsor]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].