First, install latest node v18 (latest LTS version at the moment): https://nodejs.org/ & install the debendencies:
npm install
Then run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
This project is a pages routing next.js and contains 2 main folders:
** components --> contains all ui components ** pages --> contains app pages
Used styled-components for styling the components