A retro-styled portfolio app designed to resemble a GameBoy! This mini-app showcases my biography, projects, social links, skills, and more in a nostalgic, pixelated interface. Built with love to give a unique and fun twist to my personal portfolio.
- Dynamic Menus: Add as many submenus or nested inner menus as you'd like, making it easy to expand with new sections.
- Open Links: Easily set up links in the app that can open external sites in a new tab or navigate to other sections within the app.
- Sound Control: Adjustable sound slider to control button and menu sounds for a more immersive experience.
Follow these steps to run the project locally.
- Clone the repository:
git clone [email protected]:norouzex/Retro-Game.git cd Retro-Game
- Install dependencies::
npm install
- Start the development server:
npm run dev