Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nathandaven/portfolio-next

[deprecated] My portfolio and little home on the internet, now written in Next.JS and TypeScript. See below link for a snapshot.
https://github.com/nathandaven/portfolio-next

contentful framer-motion nextjs react tailwind typescript

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

## 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:

```bash
npm run dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.

## About Next.js

This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).

To learn more about Next.js, take a look at the following resources:

- [Next.js Documentation](https://nextjs.org/docs) - learn about Next.js features and API.
- [Learn Next.js](https://nextjs.org/learn) - an interactive Next.js tutorial.

You can check out [the Next.js GitHub repository](https://github.com/vercel/next.js/) - your feedback and contributions are welcome!