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: about 2 months ago
JSON representation
A news application build in angular by using news open source API the advance filtering features.
- Host: GitHub
- URL: https://github.com/mindexpert7546/newshub
- Owner: mindexpert7546
- Created: 2024-02-16T12:22:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-17T08:30:03.000Z (about 2 years ago)
- Last Synced: 2025-03-31T04:09:39.315Z (about 1 year ago)
- Topics: angular, angular-cli, angularjs, api, news, newsapi
- Language: HTML
- Homepage:
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Live view :
## Screen shot




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.