This is a soft clone of hacker news (https://news.ycombinator.com/)
To see in action, please visit - https://react-project-two-hacker-news-clone.netlify.app/
This project is created while I was exploring react ecosystem (Including hooks, router v4, redux etc..,)
This repository has diffrent branches:
- main - uses just basic react with react-router v4.
- use_react_hooks - as name says, it uses react hooks everywhere. i.e.., Farewell Class Components 😭 and Welcome Functional Components 👋
- npm install - this will install all the node modules.
- npm run start - starts the application in development mode. Visit application at http://localhost:8080
- npm run build - builds the application for production deploy.