A Star Wars API browser built with React, TypeScript, and Vite. Browse characters, planets, starships, vehicles, species, and films from the Star Wars universe.
- Browse all Star Wars resources: People, Planets, Starships, Vehicles, Species, and Films
- View detailed information for each resource
- Responsive grid layout with Tailwind CSS
- Client-side routing with React Router
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview- React 19
- TypeScript
- Vite
- Tailwind CSS v4
- React Router v7
Data is fetched from SWAPI, a free Star Wars API.