Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 624 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 624 Bytes

React Star Wars App

A simple Star Wars app build with React. Initially the information is displayed as a title or name and when the 'Character name' link is clicked, additional information is displayed.

API

The Star Wars data is retrieved from https://swapi.co/

Clone and Install

> git clone https://github.com/muslimalfatih/react-star-wars.git
> cd react-star-wars
> npm install
> npm start
> Then, run the following to start at local server at http://localhost:8080/

Feedback

Feedback is always welcome. Feel free to contact me, I would love to know if you notice something that can be done better.