Skip to content

vimode/first-assignment-frontend

Repository files navigation

First Test Assignment - Frontend

Description

This project is a replication of a specified component based on the design provided in Figma. The goal is to accurately recreate the component ensuring it mirrors the original design's aesthetics and functionality as closely as possible.

Live Demo

Visit the live version of this project.

Installation

  1. Clone the repository:
git clone https://github.com/vimode/first-assignment-frontend
cd first-assignment-frontend
  1. Install dependencies using npm
npm install
  1. Start the development server
npm run dev

This will start the Vite development server, and you can view your application in the browser at http://localhost:5173 (or the port specified in the terminal).