Deployed on Vercel: https://hublot-landing-page-clone.vercel.app/
This is a frontend clone of the Hublot Watch website, built to enhance my frontend development skills and familiarize myself to NextJS framework. This project is focused on creating an interactive and visually appealing landing page and other related pages.
To run this project locally, follow these steps:
- Node.js (>=14.0.0 recommended)
- npm or yarn for package management
-
Clone the repository:
git clone https://github.com/Stephen-Coloma/Hublot-Landing-Page.git cd Hublot-Landing-Page
-
Install dependencies:
npm install # or yarn install
To start the development server, use the following command:
npm run dev # or yarn dev # or pnpm dev # or bun dev
Open http://localhost:3000 with your browser to see the result.
This is a sample project built solely for practice and skill enhancement in Next.js and frontend development. The main objectives of this project include:
- Understanding the fundamentals of Next.js, including routing, server-side rendering, and static site generation.
- Enhancing skills in creating responsive layouts and dynamic content.
- Implementing reusable components to improve code modularity and maintainability.