This project demonstrates the implementation of an input field and a submit button using a modular CSS architecture. The CSS is structured using root-level variables and atomic classes to ensure reusability and maintainability.
The HTML file that contains the structure of the webpage, including an input field and a submit button.
This CSS file contains root-level variables to define various colors, font sizes, paddings, margins and other reusable metrics in the design system.Atomic classes are utilized for styling the button and input field.It makes use of the variables defined in root class.
This JavaScript file contains the logic to handle the state changes of the input field and the submit button.
- Clone the repository:
git clone https://github.com/rashidpbi/Design-System.git
- Navigate to the project directory:
cd Design-System - Open index.html in your web browser:
open index.html or simply double-click index.html