A simple website to showcase your portfolio, built with Next.js.
- Simple design that focuses on your background.
- Rich section of skills, projects, etc.
- Dark mode based on device preference.
- 🗂️ Projects
- 🎓 Education
- 💪 Skills
- 📱 Social Media
There is a custom IconButton component that you can use.
You can define icons that are available in DevIcons. Here's one way you can use it:
<IconButton text="Ionic" icon="ionic" href="https://ionicframework.com"/>You can also use an image instead of an icon in the DevIcons catalogue. Just use imageURL instead of icon in the component.
- Clone this repository
- Install dependencies with
npm install - Run
npm run devto start the page locally. The default port is3000.
