Hacker news clone built with Angular
This project was generated with Angular CLI version 8.3.2. It's recommended to install the angular-cli globally using:
npm i -g @angular/cli
# OR
yarn global add @angular/cli
Clone the repository using Git:
git clone https://github.com/dj0nny/hacker-news-angular
Or download here.
For installing the dependencies run:
cd hacker-news-angular
npm install
# OR
yarn install
For running the Angular development server:
# if you have the Angular CLI
ng serve
# else
npm run start
# OR
yarn start
- Generate the Angular app using the Angular CLI
- Clean up the folder
- Fetch the news from the API and create the components
- Add pagination
- Fetch the news comments from the API and create the components
- Create the routes for the pages
- Fetching from API and creating components for:
- newest
- ask
- show
- jobs
- Deploy on Netlify
👤 Francesco Giambruno
- Angular - One framework. Mobile & desktop.
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!