This project is a technical test for Gradi Web, where the task is to create a layout using HTML5, JavaScript, and SASS. The structure of this project allows us to build a user interface (UI) similar to the provided design resource. DEMO : https://technical-test-gradi-web.vercel.app/
To run this project locally, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/gradi-web-technical-test.git
- Navigate to the project directory:
cd gradi-web-technical-test - Install dependencies:
npm install
To run and view the JavaScript project in your browser using Visual Studio Code:
- Open the project in Visual Studio Code.
- Click on the "Go Live" button at the bottom right corner of the editor.
- This will start a development server and open the project in your default web browser.
- HTML5: For structuring the content.
- JavaScript (ES6): For implementing functionality.
- SASS (SCSS): For styling the layout.
- Responsive design that adapts to various screen sizes.
- Structured HTML5 layout for easy readability and maintenance.
- Modular SASS stylesheets for scalability and flexibility.
- Vanilla JavaScript for dynamic interactions.