Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Page

Created 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.