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

https://github.com/mxrold/hacker-news-next


https://github.com/mxrold/hacker-news-next

nextjs react tailwindcss typescript vercel

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Hacker news

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).

## Demo 💻
If you want to see the demo, you can visit this link. [Demo of the project](https://hacker-news-next-phi.vercel.app/)

## Getting Started

First, run the development server:

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

Open [http://localhost:3000](http://localhost:3000) with your browser.

## Building with 🛠️

- React
- Next
- Tailwind CSS
- TypeScript
- Libs (dayjs)
- API [Hacker News public API](https://hn.algolia.com/api)