Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.02 KB

File metadata and controls

31 lines (19 loc) · 1.02 KB

SWAPIApp

Welcome to SWAPIApp, an app that lets you visualize the info provided by SWAPI.

Table of contents

General description/usage guide


The data is split into 6 main categories, with every entry of SWAPI present(200+ data entries).

Selecting a category will bring every entry of that category to view, separated by pages. From then, you can type something into the search field and press "Start search" button to narrow down the output, or switch to another category. Press "Cancel search" to view the whole subset of entries for the data category again after initiating search.

Clicking on an entry will open a new block displaying full info about the entry.

Running locally


To run the app locally

  1. Clone the repo git clone https://github.com/Kykuy/SWAPI-app.git
  2. Install the dependencies npm install or yarn install
  3. Run the app npm start or npm start