Initial, install all packages and dependencies:
yarn
# or
yarn install
# or
npm ci
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
-
I have chosen Next.js for the current implementation. It allows us to leverage all the perks of React, but additionally makes SEO management easier, which is important for marketing goals.
-
Furthermore, I utilized the "cva" library and customized the Tailwind config to facilitate scalability in future projects.
-
Animations were implemented using Framer Motion with custom styles for certain elements