Skip to content

JohannaSiven/hackernews_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerNews app

Local development

Run npm start to run the app in the development mode. View the app in the browser on http://localhost:3000.

The page will reload if you make edits.
You will also see any lint errors in the console.

Build

Run npm run build to build the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.

The build is minified and the filenames include the hashes.

See the section about deployment for more information.

About

React-app displaying the Top20 articles from HackerNews. The user can browse the list of articles, see more details per article by clicking on the titles, and navigate to the article host site to read the entire post. Styled with styled-components (follows responsive design).

This project was bootstrapped with Create React App.

Pending work packages / features:

  • infinite scroll
  • accessibility review
  • unit tests
  • deployment

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published