This is a simple React application that allows users to search for Star Wars characters using the Star Wars API. It provides a search input where users can type the name of a character, and the application will display a list of characters that match the search query.
- Search for Star Wars characters by name
- Display a list of characters based on the search query
To get started with the project, follow these steps:
- Clone the repository:
git clone https://github.com/your-username/star-wars-character-search.git
- Install dependencies:
cd star-wars-character-search npm install
- Start the development server:
npm start
or
yarn start
- Open your browser and go to http://localhost:3000 to see the application.
This project is licensed under the MIT License - see the LICENSE file for details.