This is a Next.js project created for the Frontend Developer coding test at PT SGT, built using create-next-app
.
- Node.js version 18.18 or later.
- Supported operating systems: macOS, Windows (including WSL), and Linux.
Clone the Repository:
git clone https://github.com/hassankary/codingtest-2-sgt.git
cd codingtest-2-sgt
Install Dependencies:
With npm:
npm install
With yarn:
yarn install
After installing all dependencies, you can run the project with the following command:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 to view it in your browser.
You can start editing the page by modifying app/page.js
. The page auto-updates as you edit the file.
This project is deployed on vercel, you can view it at https://isa-charity.vercel.app/
Don’t hesitate to get in touch if you run into any issues—I'm here to help! 😊