Skip to content

abhishekrawe/NextJs-portfolio

Repository files navigation

❄️NextJs Portfolio Assignment

📌depolyed link here.

🃏Glimse of Project

nextjs_gMVpzbQH.mp4
  • For Running this repository on local
  • Frontend - cd to NextJs-portfolio > npm install > npm run dev

🙅‍♂️You need to add your own github personal-access-token , why ?

  • Because i am using here a Github API that can show your repository .
  • Where to add - on clqu.config.js file
module.exports = {
    name: 'Abhishek Rawe',
    version: '3.0.0',
    githubName: 'abhishekrawe',
    githubKey: "YOUR OWN ACCESS TOKEN",
    email: 'rajputabhisheksingh53@gmail.com',
    errors: {
        404: "This page could not be found.",
        500: "An error occurred while processing your request."
    }
} 

✅After successsfully adding your token you will see on - "My Repository" section your own Repsoitory Summary , something like this ⬇️ image

🙋‍♂️How to create new personal-access-token ?