Skip to content

lavitzwind/hacker-news-challenge-reign

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacker News - Reign Challenge

Hacker News - Frontend Developer Challenge 😎

Netlify Status

Overview

screenshotApp

Description

This web app allows you to search for the latest news about the tech world; you can filter them by the framework names and save them by liking them. This app retrieve the data from HN Search API.

Frontend Developer Challenge for Reign

Demo

Demo Link - Netlify

Stack

  • React
  • HTML/CSS

Functionality

  • The selected filter should persist on the local storage
  • The favorited posts should persist on the local storage
  • The web app is expected to work as a responsive web application
  • When clicking on the row, a new tab should be open with the link of the post (story_url)
  • Clicking on the “like button” should not trigger the opening of the post URL link
  • When hovering on the row, apply opacity to the entire row and its children (texts, icons, like button, etc)

Setup && Installation

Node.js v12+ to run.

# Clone repository
git clone [email protected]:lavitzwind/hacker-news-challenge-reign.git
# Install dependencies
npm i
# Start development server
npm start

About

Hacker News - Frontend Developer Challenge

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors