This project is a clone of hacker news site in form of PWA (Progressive Web App) for cross platform availability, whether it's web, mobile devices or desktop.
You can visit the site at: here
Create the an issue if you encounter any problem.
Follow the steps to steup the project locally:
- Clone the Github Repo
- Then after making a local copy, run
npm install
command in the directory. - After successfully install all dependency, run
npm start
command to start the app on local environment. - Then make the desired changes & push the code on branch named after your username.