Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 951 Bytes

File metadata and controls

41 lines (26 loc) · 951 Bytes

Star Wars Character Search

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.

Features

  • Search for Star Wars characters by name
  • Display a list of characters based on the search query

Getting Started

To get started with the project, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/star-wars-character-search.git
  1. Install dependencies:
cd star-wars-character-search npm install
  1. Start the development server:
npm start

or

yarn start
  1. Open your browser and go to http://localhost:3000 to see the application.

License

This project is licensed under the MIT License - see the LICENSE file for details.