dj0nny / hacker-news-angular

Hacker news clone built with Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hacker-news-angular

Build Status npm version npm version GitHub top language Version Documentation

Hacker news clone built with Angular

🚀 Getting started

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

Download

Clone the repository using Git:

git clone https://github.com/dj0nny/hacker-news-angular

Or download here.

Install

For installing the dependencies run:

cd hacker-news-angular
npm install
# OR
yarn install

Usage

For running the Angular development server:

# if you have the Angular CLI
ng serve
# else 
npm run start
# OR
yarn start

Todo

  • 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

Author

👤 Francesco Giambruno

Built with ❤️ using

  • Angular - One framework. Mobile & desktop.

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

About

Hacker news clone built with Angular


Languages

Language:TypeScript 70.9%Language:HTML 11.5%Language:JavaScript 10.7%Language:CSS 6.9%