Hint Clone - Front-end

Architecture

Architecture

Application architecture based on Feature Sliced.

About

This project is a clone of the hint web application.

Link

Production deployment

Tech Stack

  1. Next.js 14
  2. React
  3. TypeScript
  4. StoryBook
  5. Scss
  6. Framer Motion.

Package Manager

pnpm

You can use another package manager but it can cause problems.

Design

Figma

Getting Started

First, run the build command:

npm run build
# or
yarn dev
# or
pnpm dev

Secondly, run the production server:

npm run start
# or
yarn start
# or
pnpm start

In package.json file you can see full list of commands.

Open http://localhost:3000 with your browser to see the result.