Raul-Coelho / StarWars-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SW-API with Angular

This project consists of using SW-API, which is an API of the Star Wars Science Fiction Film Series. API development and connection should be done with Angular 8/7 /..

Technologies used

Installation

Install dependencies within the project pages

$ cd PROJECT PAGE
$ npm install

Right after installing npm packages

Execution

$ cd INSIDE PROJECT PAGE
$ ng serve

Browser Access

In the browser will be accessed the following URL

http://localhost:4200/

Route Style (HTML 5 / # HASH)

In this project we used the URL format / # / because here I don't work with backend connection directly, the HASH format is a way to navigate from page to page. The advantage of this is that it does not require a page refresh.

http://localhost:4200/#/

Thanks ;) , doubts, this is my twitter.

About


Languages

Language:TypeScript 68.6%Language:HTML 24.9%Language:CSS 3.9%Language:JavaScript 2.6%