Skip to content

crystaltai/nextjs-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Blog Site (built with NextJS)

Project to create a test blog site using NextJS

🔗 Live preview: https://crystaltai-nextjs-blog.vercel.app/

Run the project

git clone [email protected]:crystaltai/nextjs-blog.git
npm install
npm run dev

This will run the app in the development mode.
Open http://localhost:3000 to view it in your browser.

Built with

Technologies

  • HTML
  • CSS
  • JS
  • React
  • NextJS

Tools

  • Visual Studio Code
  • Git and GitHub
  • Vercel

Project summary

1/19/23

  • I created a test blog site following Learn Next.js tutorial
  • Building the app covered creating the NextJS app, a page-based routing system that supported dynamic routes, fetching blog data for each blog post, parse through a markdown file content to display on the app