This is a short 48-hours Technical Assessment made for Product Frontend Internship at GeekUp.
First, clone this repo to a folder, then run "npm i" to install all package.
npm iAfter installation, run "npm run build" to build project.
npm run buildAfter you have built it, run "npm start" to start the app.
npm startOpen http://localhost:3000 with your browser to see the result.
The project is build using NextJS framework with TypeScript. I didn't use any UI Library except of "react-icons" library.