Skip to content

React App that's consumes an external Star Wars' API

Notifications You must be signed in to change notification settings

wendreslucas/StarWarsT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars

Star Wars is a React App that's consumes an external Star Wars' API.

Installation

First, download the zip or clone this repository into your personal computer.

Use the package manager [yarn or npm] to install the dependencies.

yarn

After that, you can launch the application using the following command:

yarn start

How to use the app

On each page you can see specific character, movie, vehicle, homeworlds or spaceship.

Pages

The app basically:

  • "/": Home page (Movies);
  • "/character": Character's Page;
  • "/starships": Starships' page;
  • "/planets": Homeworld's page;

What technologies does this project use?

The whole app was made with ReactJs. To style, it's uses styled-components.

Others importants libs was used also:

  • Axios (to make requests to API);
  • React Router DOM v6;
  • React Icons;
  • React Sticky-Box;

About the author

The entire app was made by me.

All Data Provided By SWAPI

LinkedIn

Demo

Star Wars

About

React App that's consumes an external Star Wars' API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published