Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhilasha007/hacker-news
Hacker News is a social news website focusing on computer science and entrepreneurship. Created using React.js, Tailwind CSS, Algolia API
https://github.com/abhilasha007/hacker-news
Last synced: 19 days ago
JSON representation
Hacker News is a social news website focusing on computer science and entrepreneurship. Created using React.js, Tailwind CSS, Algolia API
- Host: GitHub
- URL: https://github.com/abhilasha007/hacker-news
- Owner: abhilasha007
- Created: 2022-11-27T09:35:23.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T09:41:05.000Z (about 2 years ago)
- Last Synced: 2024-06-21T09:49:51.440Z (6 months ago)
- Language: JavaScript
- Homepage: https://hacker-news-clone007.netlify.app/
- Size: 331 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hacker News Clone
Hacker News is a social news website focusing on computer science and entrepreneurship.
This clone has the following web pages:
- Trending Stories Page
- Newest Stories Page
- Newest Comments Page
- Search Page with 3 filters
- Story Page displaying a story and its comments
- 404 Not Found PageCreated using React.js, Tailwind CSS, Algolia API.
Deployed website: https://hacker-news-clone007.netlify.app/## To run this application on local server
Run following commands in the terminal
### `npm install`
Downloads all of the dependencies### `npm run start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.