FlorianWoelki / flex-vis

🎨 A CSS Flexbox visualizer for better learning experience.

Home Page:https://florianwoelki.github.io/flex-vis/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎨 Flex-Vis

Easily learn the purpose and the usage of the flex grid in CSS with a dynamic website.

πŸ€” What is this project about?

In this repository, you can see how I built this website, where you can see a visualizer for the flex grid. The purpose is to understand the flex system by actually experimenting with it and see what changes.

The purpose of this project was to experiment with Vue-Cirrus and learning more about the flex system.

There are multiple pages available:

πŸ“ˆ Getting Started

Follow these steps, if you want to install the project on your machine:

  1. Clone project
git clone https://github.com/FlorianWoelki/flex-vis.git
  1. Install dependencies with yarn or npm
npm install
# OR
yarn
  1. Start the project
npm run serve
# OR
yarn serve

πŸ›  Built with

🀠 Authors

About

🎨 A CSS Flexbox visualizer for better learning experience.

https://florianwoelki.github.io/flex-vis/#/

License:MIT License


Languages

Language:Vue 85.8%Language:TypeScript 5.0%Language:HTML 4.6%Language:JavaScript 2.9%Language:Shell 1.0%Language:SCSS 0.6%