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.
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.
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.
- infinite scroll
- accessibility review
- unit tests
- deployment