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

https://github.com/dogukanoksuz/nextjs-portfolio-template

Next.js basic portfolio template that supports static site generation
https://github.com/dogukanoksuz/nextjs-portfolio-template

app-router app-router-nextjs nextjs portfolio

Last synced: 4 months ago
JSON representation

Next.js basic portfolio template that supports static site generation

Awesome Lists containing this project

README

        

# Next.js Basic Portfolio Template

This is a basic portfolio template for Next.js. It is a simple, static site that can be easily customized to fit your needs. It is built with Next.js, a React framework that makes it easy to create static sites with server-side rendering.

## Demo

https://dogukanoksuz.github.io/nextjs-portfolio-template

## Features

- Simple, clean design
- Categories for projects
- Responsive layout
- Easy to customize
- Fast loading times
- SEO-friendly
- Static site generation fully supported

## Getting Started

To get started, clone the repository and run `npm install` to install the dependencies. Then run `npm run dev` to start the development server. You can view the site at `http://localhost:3000`.

To customize the site, edit the files in the `app` directory. You can add new items by creating a new object in the `_portfolio/items.json` file.

## Deployment

To deploy the site, run `npm run build` to build the site and static files. You can then upload the files to a static hosting service like Vercel or Netlify.

## Preview

#### Index

![Index](/readme-preview/home.png)

#### Item

![Item](/readme-preview/item.png)