Awesome
Hacker News Clone
- 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
Featuring
- React UI framework
- React Hooks
- Axios
- React Bootstrap
- PWA(Progressive Web App)
Setup
Use the node package manager npm to set up the development enviroment.
- Install the needed node packges/modules : <br>
> npm install
- Start the development server : <br>
> npm run start
Contributing
Pull requests are welcome. Please open an issue first to discuss what you would like to change.