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 (soon) it would be able to generate codes. It was built with basic React by create-react-app
- Make use of other elements in place of divs such as paragraphs, headers and pictures.
- Individual resizing of the elements instead of a general size
- Generate HTML and CSS Goals from the designed layout.
Contributions are highly welcomed as this project hopes to meet it's goals. Also, ideas are welcomed which could be implemented on the project.
git clone https://github.com/your-username/cssflex-generator.gitcd cssflex-generatornpm installnpm startYou could make changes in the project itself or contribute your ideas in the ideas.md file. Ideas would be added to the Goals of the project if accepted.
Ideas should be added in this format:
- your-name (optional: social media link): your-idea
Check The Idea file to see a sample
git remote add upstream https://github.com/dillionmegida/cssflex-generator.gitMake this repository an upstream for easy syncing and follow up.
PS: You can also contribute by editing or adding to this documentation : )