A modern Hacker News client built with Next.js, TypeScript, and Tailwind CSS.
- Server-side rendering for better performance
- Real-time updates from Hacker News API
- Responsive design with Tailwind CSS
- TypeScript for type safety
- Clean and modern UI
- Node.js 16.8 or later
- pnpm
-
Install dependencies: ```bash pnpm install
-
Run the development server: ```bash pnpm run dev
-
Open http://localhost:3000 with your browser to see the result.
/src/app- Next.js 13 app directory/src/components- React components/src/types- TypeScript type definitions/src/utils- Utility functions and API calls
- Next.js 13
- React 18
- TypeScript
- Tailwind CSS
- Axios