This is a clone of the popular Hacker News website. The project aims to replicate the core features and functionality of the original site.
- docs/: Contains project documentation including backlog, project plan, and UI plan.
To get started with the project, follow these steps:
- Clone the repository:
$ git clone https://github.com/surinkim/hacker-news-clone.git
- Navigate to the project directory:
$ cd hacker-news-clone
- Install dependencies:
$ npm install
- Start the development server:
$ npm start
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License.