Skip to content

hunterlan/next-blog

Repository files navigation

NextBlog

It's a small website, that powered by NewsData API and shows latets blogs and news.

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

This project uses next/font to automatically optimize and load Inter, a custom Google Font. This project uses Tailwind CSS that has pre-made classes, which easy to use in HTML.

To see news, you're required to get API key on NewsData.io and insert it to form. Then, you will be redirected to news page.