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
- Host: GitHub
- URL: https://github.com/mxrold/hacker-news-next
- Owner: mxrold
- Created: 2023-11-10T13:16:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-16T15:30:05.000Z (over 2 years ago)
- Last Synced: 2025-10-04T15:40:49.940Z (9 months ago)
- Topics: nextjs, react, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://hacker-news-next-phi.vercel.app
- Size: 140 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)