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

https://github.com/xounder/angular-buzzfeed

BuzzFeed Clone in Angular
https://github.com/xounder/angular-buzzfeed

angular buzzfeed clone-app single-page-app typescript

Last synced: 2 months ago
JSON representation

BuzzFeed Clone in Angular

Awesome Lists containing this project

README

        

# AngularBuzzfeed

BuzzFeed Clone with Angular

# Quizz

![Quizz](imgs/buzzfeed1.png)

# Quizz Result

![QuizzResult](imgs/buzzfeed2.png)

# How To Run

Insert these comands in comand line

- `npm install` -> _Installs the project dependencies_
- `ng serve` -> _Starts the Angular application in a development server_

If you want Angular to open automatically in the browser, use:

- `ng serve --open`