This repository provide my solution for the frontend developer test provided by DIGIT-AD
The project was bootstrapped using Vite
.
In a bash terminal clone the project
git clone https://github.com/ivan01-tech/frontend_developer_test.git
then install dependencies
npm install
now start the developement server
npm run dev
You can now view it on your localhost.
Test was writing using vitest
Run
npm run test
or with coverage
npm run coverage