A simple React web application for exploring Star Wars data using the SWAPI (Star Wars API). Users can view characters, planets, and species from the Star Wars universe.
- Home page with hero section and featured saga carousel.
- Characters page with search and paginated grid of characters.
- Planets page with a large planet carousel.
- Species page with circular species cards and pagination.
- Responsive layout and basic loading/error handling for API requests.
- JavaScript
- React
- Bootstrap
- CSS
- SWAPI
- Clone the repository:
git clone https://github.com/arianz/starwars-explorer.git
- Navigate to the project directory:
cd starwars-explorer - Ensure you have Node.js installed, then install dependencies:
npm install
- Start the development server:
npm start
- Open http://localhost:3000 in your browser.
| App Interface - Desktop | App Interface - Mobile |
|---|---|
![]() |
![]() |

