See your favorite StarWars character details!
-
HTML
-
CSS
-
Vanilla JavaScript
-
BEM (Block, Element, Modifier)
-
Sass (With .scss)
-
JsPrettier
First of all, you need to clone this repo with:
git clone https://github.com/gabriel-brito/starwars-catalogue.git
And then you install a local server inside the project with:
cd starwars-catalogue
npm install http-server -g
Up the server with:
http-server
Now you can access by your browser with your on location!
Ex: 192.168.0.86:8080
And now will appear every character of StarWars series until now!
Simple, not?
-
Name
-
Birth Year
-
Gender
-
Planet Name
-
And who else came from the same planet!
-
If nothing is written on the search field, you're going to see all StarWars characters by pressing the search button.
-
Else, you will filter all the data result with what have you written!