- While learning React, I tried making clone of Hacker News from Hacker News API. (No state management library used like Redux)
- Discuss on Hacker News
- React UI framework
- React Hooks
- Axios
- React Bootstrap
- PWA(Progressive Web App)
Use the node package manager npm to set up the development enviroment.
- Install the needed node packges/modules :
> npm install
- Start the development server :
> npm run start
Pull requests are welcome. Please open an issue first to discuss what you would like to change.