This portfolio was built using TypeScript, Next.js, and Tailwind css. UX/ UI was built to utilize both desktop and mobile views while allowing the user to easily traverse the information. Animations were created using the Framer-Motion react library.
Check it out Here
- Full skill profile/ visual displays of general proficiencies
- Dark mode updates all pages and tabs
- Links to all personal pages (resume, linkedin) and project repositories
- Next router used to power this SPA
- TypeScript, React, Javascript, Tailwind css, Framer-Motion, Next js, Vercel
-
Fork this repository, then clone your fork of this repository.
-
Install dependencies using the
npm install
command. -
Start the web server using the
npm start
command. The app will be served at http://localhost:3000/. -
Go to http://localhost:3000/ in your browser.
- framer-motion": "^3.10.3"
- next": "10.2.0"
- next-themes": "^0.0.14"
- react": "17.0.2"
- react-dom": "17.0.2"
- react-icons": "^4.2.0"
This is a Next.js project bootstrapped with create-next-app
.