https://github.com/derek486/react-starwars-app
This is a basic React app built with Create React App that fetches and displays Star Wars characters.
https://github.com/derek486/react-starwars-app
bootstrap create-react-app react swapi-api
Last synced: 8 months ago
JSON representation
This is a basic React app built with Create React App that fetches and displays Star Wars characters.
- Host: GitHub
- URL: https://github.com/derek486/react-starwars-app
- Owner: Derek486
- Created: 2023-11-14T18:46:17.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T02:11:47.000Z (about 1 year ago)
- Last Synced: 2025-04-01T11:51:19.728Z (12 months ago)
- Topics: bootstrap, create-react-app, react, swapi-api
- Language: JavaScript
- Homepage:
- Size: 261 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Star Wars Characters App
This is a **basic React app** built with **Create React App** that fetches and displays **Star Wars characters** using the [SWAPI](https://swapi.dev/) API.
## 🚀 Features
- Fetches character data from the Star Wars API.
- Displays a list of characters with basic information.
- Simple and clean UI with React components.
## 🛠 Tech Stack
- **React** (Create React App)
- **Fetch API / Axios** (for data retrieval)
- **CSS** (for basic styling)
## 📦 Installation
### **1️⃣ Clone the repository**
```sh
git clone https://github.com/your-username/react-starwars-app.git
cd react-starwars-app
```
### **2️⃣ Install dependencies**
```sh
npm install
```
### **3️⃣ Start the app**
```sh
npm start
```
The app will be available at `http://localhost:3000`.
## 📸 Preview