All Projects → Showrin → flexo

Showrin / flexo

Licence: MIT license
An Exclusive playground to learn CSS Flexbox

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
HTML
75241 projects

Projects that are alternatives of or similar to flexo

11r
America's favorite Eleventy blog template.
Stars: ✭ 135 (+513.64%)
Mutual labels:  flexbox
how-to-css
howtocss.dev
Stars: ✭ 48 (+118.18%)
Mutual labels:  flexbox
flexbox-playground
A resource for visually understanding flexbox
Stars: ✭ 53 (+140.91%)
Mutual labels:  flexbox
flexboxes
CSS flexbox framework with pure flexbox grid ability
Stars: ✭ 27 (+22.73%)
Mutual labels:  flexbox
inuit-flexgrid
Flexbox grid for inuitcss
Stars: ✭ 32 (+45.45%)
Mutual labels:  flexbox
flexbox-carousel
CSS3 Animated Carousel with Flexbox
Stars: ✭ 23 (+4.55%)
Mutual labels:  flexbox
boba
A lightweight, modular CSS framework.
Stars: ✭ 47 (+113.64%)
Mutual labels:  flexbox
flexui
A light UI for C++ with XML and CSS support
Stars: ✭ 21 (-4.55%)
Mutual labels:  flexbox
sass-flexbox
Manage Flexbox in Sass easily.
Stars: ✭ 40 (+81.82%)
Mutual labels:  flexbox
wire.css
Simple and responsive flexbox based Sass Framework
Stars: ✭ 42 (+90.91%)
Mutual labels:  flexbox
react-facebook-friends
👍Web app to rank, quantify your FaceBook friendship with React
Stars: ✭ 26 (+18.18%)
Mutual labels:  flexbox
freshbarks-tailwind-demo
Tailwind demo using the FreshBooks Clients page as an example
Stars: ✭ 23 (+4.55%)
Mutual labels:  flexbox
bulma.styl
A Stylus translation of a modern CSS framework based on Flexbox
Stars: ✭ 26 (+18.18%)
Mutual labels:  flexbox
VTree
VirtualDOM for Swift (iOS, macOS)
Stars: ✭ 89 (+304.55%)
Mutual labels:  flexbox
flex-text
Mastering font-size like flexbox!
Stars: ✭ 37 (+68.18%)
Mutual labels:  flexbox
csslayout
A collection of popular layouts and patterns made with CSS. Now it has 100+ patterns and continues growing!
Stars: ✭ 7,297 (+33068.18%)
Mutual labels:  flexbox
nice-react-layout
Create complex and nice Flexbox-based layouts, without even knowing what flexbox means
Stars: ✭ 70 (+218.18%)
Mutual labels:  flexbox
game-template
Cross-platform project template using Electron and Angular with the Phaser game engine. Project has Flexbox integrated for easy and responsive organization of components around the Phaser canvas.
Stars: ✭ 16 (-27.27%)
Mutual labels:  flexbox
react-styled-flexbox
A Flexbox React component harnessing the power of styled-components
Stars: ✭ 30 (+36.36%)
Mutual labels:  flexbox
griding
🧱 lean grid & responsive for react
Stars: ✭ 18 (-18.18%)
Mutual labels:  flexbox

Imgur

Flexo

An Exclusive playground to learn CSS Flexbox

FLEXO is a web app, made to simplify the learning path of CSS Flexbox. One can learn flexbox in an interactive way and also can teach other easily, just using this app. Developers can make a rough sketch here and also can know what properties they have to use before diving into the code. It'll make their coding path smooth.

Are you ready???
Let's play with Flexbox 🥳 🥳 🥳

Visit this link ---> https://www.flexo.icu

Important Links

Little demonstration of Flexo

Flexo Layou Operating Process

Flexo Sharing Process

Flexo Work-flow

Supported Features

Currently Flexo app supported the following features:

  • Unlimited flex-child creation
  • Interation of main and cross flex axis with the flex direction
  • Real-time effect of changing one or more property of Flex-container or a flex-child
  • View sharing over the hyperlink (One can make a layout, generate sharing link, send it to other and taping this link, that person can see the same view with its properties)
  • Two positions of sidebar. Users can switch between them according to their comfort.
    • One from left side of the screen
    • One comes from bottom side of the screen

It takes lots of work (typing flex properties one after one) while teaching other.

Here is FLEXO. A mighty tool to solve this problem. Flexo app can be used for teaching and learning purpose.

With the help of Flexo, one can easily know what properties he/she has to use before diving into the code.


Supported Flexbox Properties

Flex-Container Flex-Child
display order
flex-direction flex-basis
flex-wrap flex-grow
justify-content flex-shrink
align-items align-self
align-content

Want to contribute?

Setup Project

It just requires some simple steps to setup this project on your local machine. Simply,

  • Clone the repo
  • Run yarn install
  • Then run yarn start
  • Yahooo! You are ready to contribute 🎉 🎉 🎉

How to give PR (Pull Request)

To submit your code for review, follow these steps :

  • Create a brunch from master branch
  • Commit your changes in this branch
  • Push your branch to remote
  • Give this PR for review
  • If your changes get approval then author will merge this into the master

How to test your changes on Flexo Test Domain

Flexo has a test domain. This domain is used for testing purpose. When a new feature has been developed or new enhancements or fixes have been made, they are deployed to the test domain first. Here all the functionalities, design issues, bug fixes, etc. have been checked. When the changes pass all the test, then they are ready to be merged in the production branch (master).

You can also check your changes in the test branch. All you have to do is:

  • Create a branch named 'test' on your local machine by running git checkout -b test
  • Pull from 'test' branch from the origin by running git pull origin test
  • Then merge your branch(which containing your changes) into the test branch by running git merge <your branch name>
  • Then push the test branch to the origin's test branch by running git push origin test
  • Wait for few minutes and go to https://test.flexo.icu
  • You should see your changes here
  • If there is any problem, simply leave a message for admin
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].