/portfolio-next

[deprecated] My portfolio and little home on the internet, now written in Next.JS and TypeScript. See below link for a snapshot.

Primary LanguageTypeScriptOtherNOASSERTION

My Portfolio Site @ nathandaven.com

This is my portfolio site created with Next.JS, Tailwind CSS, Framer Motion, and Contentful. The site uses SSR to generate static pages from React code, based on my content hosted on Contentful. My photo albums use an api to parse direct links from public Google Photos albums I've created, and display them using a lazy loader to save on bandwidth. Converted this from my original CRA and JS portfolio design, in order to learn TypeScript and Next.JS. Overall, had a good time!

Check it out at https://nathandaven.com!

Screenshot 2022-12-26 at 1 18 41 AM

Running on local

First, run the development server:

npm run dev

Open http://localhost:3000 with your browser to see the result.

About Next.js

This is a Next.js project bootstrapped with create-next-app.

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!