julia-dizhak / nextjs-blog

build a web app using nextjs

Home Page:https://nextjs-blog-taupe-mu.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build a blog using Next.js

Here is a simple blog built using Next.js, JavaScript, CSS, HTML, React.

Design

Here is how the design look like for desktop and mobile blog

The project is available on link Blog.

Run locally

  • Open a new terminal window, and navigate to the folder
  • Run npm install & npm run dev - this will install all packages
  • Start the blog in localhost:3000

Features

  • render posts content using static generation method from Next.js
  • load posts from markdown
  • dynamic routes

Deploy

Deployed by Vercel

About

build a web app using nextjs

https://nextjs-blog-taupe-mu.vercel.app


Languages

Language:JavaScript 75.6%Language:CSS 24.4%