manojadams / my-portfolio

Personal portfolio website, build with NextJs, TypeScript & Tailwindcss

Home Page:https://vatsalsinghkv.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vatsalsinghkv.vercel.app

A portfolio website i.e. vatsalsinghkv.vercel.app built with Next.js and hosted with Vercel

My Portfolio

Sections

  • Hero
  • About
  • Skills
  • Experience
  • Projects
  • Contact

Built With

How To Use

To clone and run this application, you'll need Git and Node.js (which comes with yarn installed on your computer).
  1. Fork this repository and clone the project
Please give me proper credit by linking back to vatsalsinghkv.vercel.app.
  git clone https://github.com/<YOUR USERNAME>/portfolio-website.git
  1. Go to the project directory
  cd portfolio-website
  1. Install dependencies
  yarn
  1. Start the server
  yarn dev
  • To change the content, edit src/utils/portfolio.ts

  • To change the resume, change /public/resume.pdf with your resume (name must be resume.pdf)

  • To change the About Section, edit src/containers/About.tsx

  • To change the theme, edit src/styles/globals.css

Continuous Development

  • Find alternative for framer motion
  • Add Content Management System (CMS)
  • Add test cases
  • Separate route (archive) for all the projects with filters
  • Switch to Next 13

Contact

Acknowledgements

Show Your Support

Give a ⭐️ if you liked this project!

About

Personal portfolio website, build with NextJs, TypeScript & Tailwindcss

https://vatsalsinghkv.vercel.app/

License:MIT License


Languages

Language:TypeScript 95.2%Language:JavaScript 2.5%Language:CSS 2.3%