Never forget how to center your div again.
This tool helps developers with CSS alignment in a dynamic, interactive and fluid way.
This project is built with:
- Vue.js: my preferred front-end framework (and the one I have stronger skills), being very intuitive and enabling the creation of the front-end with ease, also with easy integration with Tailwind and TypeScript.
- Tailwind CSS: to accelerate the development and ensure a consistent design, and its
@applyat-rule works seamlessly with Vue's single file components. - TypeScript: to ensure a safe and documented JS code, also with great IDE support.
Be sure to have Node.js installed.
# Clone the repository
$ git clone https://github.com/luizhf42/css-aligner
# Access the directory
$ cd css-aligner
# Install the dependencies
$ npm install
# Run! ─ the server will start at http://localhost:3000
$ npm run devMade by Luiz Henrique 🐢
