Hacer News is a web application that allows users to view about the top 10 articles on Hacker News in Japanese. The application is built using Next.js and utilizes both the Hacker News API and DeepL API.
- View the top 10 article titles on Hacker News in Japanese
- View the number of points and comments
- Utilize DeepL API for automatic translation between English and Japanese
To run the Hacker News in Japanese app locally, follow these steps:
- Clone the repository to your local machine.
- Install the dependencies using
npm install
. - Start the app using
npm run dev
. - Access the app at http://localhost:3000.
- Next.js
- React
- CSS