Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 790 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 790 Bytes

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.

  1. Install the needed node packges/modules :
    > npm install
  2. Start the development server :
    > npm run start

Contributing

Pull requests are welcome. Please open an issue first to discuss what you would like to change.

License

MIT