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.
Visit the live version of this project.
- Clone the repository:
git clone https://github.com/vimode/first-assignment-frontend
cd first-assignment-frontend
- Install dependencies using npm
npm install
- 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).