Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mindexpert7546/newshub

A news application build in angular by using news open source API the advance filtering features.
https://github.com/mindexpert7546/newshub

angular angular-cli angularjs api news newsapi

Last synced: 29 days ago
JSON representation

A news application build in angular by using news open source API the advance filtering features.

Awesome Lists containing this project

README

        

### Live view :
## Screen shot
![image](https://github.com/mindexpert7546/newsHub/assets/89348788/18f099a0-f10a-4dc8-96f5-bc5ac7234423)
![image](https://github.com/mindexpert7546/newsHub/assets/89348788/2bfa904f-5a72-4ab8-96be-ce580755022b)
![image](https://github.com/mindexpert7546/newsHub/assets/89348788/f1caef5d-2aec-4e63-9453-3d30b9975c82)
![image](https://github.com/mindexpert7546/newsHub/assets/89348788/1ecbc3b6-1c46-48ee-a754-96594dbce9dd)

This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.3.2.

## Development server

Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.

# Prerequisites
Node js(Latest) and Angular(17) CLI
## How to use :

### 1. Clone the repo by
```
git clone https://github.com/mindexpert7546/newsHub.git
cd newsHub
```
### 2. Package Install
```
ng i
```
### Finally run the application
```
npm start
```
## Build

Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory.

## Running unit tests

Run `ng test` to execute the unit tests via [Karma](https://karma-runner.github.io).

## Running end-to-end tests

Run `ng e2e` to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.

## Further help

To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI Overview and Command Reference](https://angular.io/cli) page.