Skip to content

gabriel-brito/starwars-catalogue

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StarWars Characters Catalogue

See your favorite StarWars character details!

StarWars Logo

What have been used until now:

  • HTML

  • CSS

  • Vanilla JavaScript

I've been using this patterns to make a clean code structure:

  • BEM (Block, Element, Modifier)

  • Sass (With .scss)

  • JsPrettier

how it works? It's simple! Follow the instructions bellow:

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?

When you select your favorite character, will appear this informations:

  • Name

  • Birth Year

  • Gender

  • Planet Name

  • And who else came from the same planet!

Filter Usage:

  • 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!

Don't you forget:

Darth Vader Approves

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published