kyzsu / star-wars-planet

An application built in React and Redux to display star wars planets using the The Star Wars API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Author

Spencer Feng cool

Stack

  • React
  • Redux
  • Tailwind CSS
  • FontAwesome

Features

  • Display all planets (61 in total) from the https://swapi.co/api/planets API
  • The user is able to filter planets by planet name in following ways
    • begins with
    • is equal to
    • contains
  • The user is able to filter planets by terrain in following ways
    • begins with
    • is equal to
    • contains
  • The user is able to filter planets by both planet and terrain
  • The user is able to sort planets by planet population
  • The user is able to sort planets by planet name
  • The user is able to sort planets by both planet population and planet name

About

An application built in React and Redux to display star wars planets using the The Star Wars API.


Languages

Language:CSS 84.5%Language:JavaScript 15.2%Language:HTML 0.3%