Welcome to the Assignment project repository! This project aims to showcase to fetch data from a given API endpoint and display them in a visually appealing manner.
Follow the instructions below to clone and run the project locally.
Make sure you have the following software installed on your system:
git clone git@github.com:sukhendup/assignment.git
cd assignment Before you can run the project, you need to install its dependencies. Follow these steps:
npm installTo start the project in development mode, run the following command:
npm run dev