ewelinaszoda / star-wars-swapi-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Star-wars-swapi app

Star wars App using https://swapi.dev/ API with quick access to information, and filter functionality. Improved user experience with responsive/mobile design techniques.

Table of Contents

Screenshots Technologies Usage and Features Installation License

Screenshots

Alt text Alt text Alt text Alt text Alt text Alt text

Technologies

This project was created with:

React.js

This project was bootstrapped with Create React App. For styling has been used React Bootstrap React

Usage and Features

Star wars App allows users to find information about star wars. Users can:

View and search by character's name of all characters. See character's details clicking by button show details where will be redirected to page with information details about the chosen character. Link to planet's and species' details related to chose character. View all characters, planets and starships available on API.

Instalation

To use the Star wars App locally, you will need Git and Node Package Manager installed. You will only need to clone this repo and launch the frontend to start. Run following commands:

npm install

npm start

Clone this repository $ git clone https://github.com/ewelinaszoda/star-wars-swapi-app

Go into the repository $ cd get-start-wars-swapi-app

Open in your text editor $ code .

Install dependencies $ npm install

Run to view it in the browser $ npm start

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

License

The MIT License (MIT)

Copyright (c) 2020 Ewelina Szoda

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About


Languages

Language:JavaScript 99.3%Language:HTML 0.6%Language:CSS 0.0%