Hacker News - Frontend Developer Challenge 😎
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
- React
- HTML/CSS
- 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)
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