Welcome to SWAPIApp, an app that lets you visualize the info provided by SWAPI.
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.
To run the app locally
- Clone the repo
git clone https://github.com/Kykuy/SWAPI-app.git
- Install the dependencies
npm install
oryarn install
- Run the app
npm start
ornpm start