A portfolio website i.e. mwangimuringi.vercel.app built with Next.js and hosted with Vercel
[![My Portfolio]
(https://juliusmwangi.vercel.app/)
- Hero
- About
- Skills
- Experience
- Projects
- Contact
- Next.js
- TypeScript
- TailwindCSS
- Framer Motion - For animations
- Iconify - For icons
- Lottie Files - For illustrations
To clone and run this application, you'll need Git and Node.js (which comes with yarn installed on your computer).
- 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
- Go to the project directory
cd portfolio-website
- Install dependencies
yarn
- Start the server
yarn dev
-
To change the content, edit
src/lib/content/
-
To change the resume, change
/public/resume.pdf
with your resume (name must beresume.pdf
) -
To change the About Section, edit
src/containers/About.tsx
-
To change the theme, edit
src/styles/globals.css
- Migrate to Next 15
- Find alternative for framer motion
- Add Content Management System (CMS)
- Add test cases
- Separate route (archive) for all the projects with filters
- Github - @mwangimuringi
- LinkedIn - @mwangimuringi
- Twitter - @mwangimuringi
- Instagram - @mwangimuringi
- Facebook - @mwangimuringi
Give a ⭐️ if you liked this project!