A minimal one page portfolio template built with Nextjs and hosted on Vercel
[![Kazeem Asiwaju-Bello's DEV Profile](https://d2fltix0v2e0sb.cloudfront.net/dev-badge.svg)](https://dev.to/asiwaju)
Demo 🔖 🎉
-
Install dependencies
npm install
-
Start the development server
npm run dev
-
Add your personal details in
/config/index.js
:
{
GITHUB_USER_NAME: "asiwajudev",
NAME: "Kazeem Asiwaju-Bello",
ROLE: "Frontend Developer",
EMAIL: "[email protected]",
LOCATION: {
state: "Lagos",
country: "Nigeria"
},
TECH_STACK: [
"Javascript",
"React.js",
"Next.js",
"ReactNavtive",
".NET & SharePoint",
],
SOCIAL_MEDIA: [
{
name: "github",
userName: "asiwajudev",
},
{
name: "twitter",
userName: "_asiwaju07",
},
{
name: "linkedin",
userName: "asiwajudev",
},
{
name: "medium",
userName: "@asiwaju",
},
],
};
- Done 🎉 [ Remeber this boilerplate fethces all the data from your github profile so put the correct
github username
inGITHBUB_USER_NAME
property.]
-
Generate a full static production build
npm run build
- Next.js ✔️
- React.js ✔️
- React Reveal ✔️
- React dom ✔️
- isomorphic-unfetch ✔️