Skip to content

AsiwajuDev/next-portfolio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Minimal Portolfio Template 🚀

A minimal one page portfolio template built with Nextjs and hosted on Vercel

demo

Demo 🔖 🎉

🔨 🎉 Installation & Set Up

  1. Install dependencies

    npm install
  2. Start the development server

    npm run dev
  3. Add your personal details in /config/index.js :

{
  GITHUB_USER_NAME: "asiwajudev",
  NAME: "Kazeem Asiwaju-Bello",
  ROLE: "Frontend Developer",
  EMAIL: "olanrewajuranda@gmail.com",
  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",
    },
  ],
};
  1. Done 🎉 [ Remeber this boilerplate fethces all the data from your github profile so put the correct github username in GITHBUB_USER_NAME property.]

🚀 Building and Running for Production

  1. Generate a full static production build

    npm run build

🚀 Tech Stacks

  1. Next.js ✔️
  2. React.js ✔️
  3. React Reveal ✔️
  4. React dom ✔️
  5. isomorphic-unfetch ✔️

About

Personal Portfolio built with NextJs, connected to Github API to update all automatically by checking if description exists

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors