I was inspired by Sarah Drasner's project - CSS-Grid Generator - and decided to build something similar for flex containers.
Ever since the introduction of Flex and Grid Containers, layouts have become easy to create as they are also flexible.
This project provides an easy means for creating CSS Flex containers for flexible layouts. It aids in efficient understanding of the flex property and it also generate codes.
This application was built with one of ReactJS' toolchains - create-react-app
git clone https://github.com/your-username/cssflex-generator.git
cd cssflex-generator
npm install
npm start
git remote add upstream https://github.com/dillionmegida/cssflex-generator.git
Make this repository an upstream for easy syncing and follow up.
PS: You can also contribute by editing or adding to this documentation : )
MIT