Personal Website contains my portfolio, resume, qualifications and my Photo gallery.
Images Used: Index Background Gif: https://cdn.wallpapersafari.com/84/11/BcnSgM.gif Images and icons are used from other websites.
Version: 2.0 Implemented with Next.js.
This is a Next.js project bootstrapped with create-next-app
.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.tsx
. The page auto-updates as you edit the file.
This project uses next/font
to automatically optimize and load Inter, a custom Google Font.
To learn more about Next.js, take a look at the following resources:
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.
https://nextui.org/docs/components/card#cover-image - npm install @nextui-org/card
https://styled-components.com/docs/advanced - npm install styled-components
https://nextui.org/docs/components/button - npx nextui-cli@latest add button
Anime - npm install animejs, npm i –save-dev @types/animejs
Icons: npm install @fortawesome/react-fontawesome @fortawesome/free-brands-svg-icons @fortawesome/free-solid-svg-icons
Error Solutions: If you get this error:
[Error: EINVAL: invalid argument, readlink ‘C:\Users\ghosh\OneDrive\Desktop\PatralikaGhosh.github.io\pghosh_personal_web.next\server\app\favicon.ico\route.js’] { errno: -4071, code: ‘EINVAL’, syscall: ‘readlink’, path: ‘C:\Users\ghosh\OneDrive\Desktop\PatralikaGhosh.github.io\pghosh_personal_web\.next\server\app\favicon.ico\route.js’ }
*** delete the .next folder and run npm run dev