Skip to content

Small responsive web application with react, the web application must request data to the Hackers News public API. The dropdown selector component should use the URL parameter “query” from the “search by date” API in order to filter the posts.

Notifications You must be signed in to change notification settings

vicodina01/Hacker-News

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hackers News

This is a challenge for the Frontend application at Reign, the goal of the challenge is to build a small responsive web application to test the knowledge of Front End Development and related technologies.

The web application must request data to the Hackers News public API. The dropdown selector component should use the URL parameter “query” from the “search by date” API in order to filter the posts.

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)

Acknowledgements

Demo

Link to demo:

https://focused-lamarr-d78424.netlify.app/

Screenshots

App Screenshot

Available Scripts

In the project directory, you can run:

npm start

Runs the app in the development mode.
Open 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.

About

Small responsive web application with react, the web application must request data to the Hackers News public API. The dropdown selector component should use the URL parameter “query” from the “search by date” API in order to filter the posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published