This is a my portfolio build with Next.js, which include a hidden game within it.
At the bottom of the page, you can find a brick with a letter ULIN, you can move the ball use WASD keys, and Space to Jump.
- Clone the repository:
git clone https://github.com/ulinnajaaldi/portofolio
- Navigate to the project directory:
cd portofolio - Install the dependencies:
npm install
- Start the development server:
npm run dev
- Open your browser and go to
http://localhost:3000to view the portfolio.
