/WebbDev-News

A Hacker News clone built using vanilla JavaScript.

Primary LanguageJavaScript

WebbDev News

Welcome to WebbDev News, arguably the most prominent news aggregator after Hacker News (upon which it is very, very closely modelled). (If you're not familiar with Hacker News, check the site out here: https://news.ycombinator.com/)

Here's the homepage:

Screenshot 2022-03-30 at 01 06 27

This application is a Y-combinator/Hacker News clone written in vanilla JavaScript, using the Hacker News API.

The app faithfully renders the nested comments of other news aggregators and forums (and it does so by using recursion), which can be seen below:

Screenshot 2022-03-30 at 01 14 44

Beyond being able to navigate to the newest and most highly rated posts (see header at the top), the user is also able to "favorite" articles and posts by clicking on the diminutive heart icon. The post is then saved under the 'Favorites' tab, where all favorited posts/articles can be accessed:

Screenshot 2022-03-30 at 01 19 35

Favorites can also be removed by toggling on the remove favorite icon (achieved by establishing state).