The LH & Creatives Landing Page is a fully responsive web project built using HTML, CSS, and React.js. It incorporates semantic HTML elements, interactive UI components, and dynamic JavaScript functionalities without relying on external libraries.
- HTML Semantics: Proper use of
<header>,<section>,<article>,<aside>,<footer>, and other meaningful tags to enhance accessibility and SEO. - Custom JavaScript Components:
- Accordion
- Carousel
- Responsive Design:
- Hero Section
- Cards Section
- HTML5
- CSS3 (including Flexbox and Grid)
- JavaScript (ES6+) (without external libraries)
- React.js
- Vite (for faster development and optimized builds)
- Clone the repository:
git clone https://github.com/your-repo/lh-creatives-landing.git
- Navigate to the project folder:
cd lh-creatives-landing - Install dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and visit the provided local development URL.
Feel free to submit pull requests or report issues via GitHub.
This project is licensed under the MIT License.