The StarWars-Characters repository is a simple React application that displays a list of characters from the Star Wars universe.
- Displays a list of characters from Star Wars.
- Allows users to search for characters by name.
- Displays details about a character when a user clicks on their name.
- Uses the Star Wars API to fetch character data.
To install and run the application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/afsaa/StarWars-Characters.git
-
Navigate to the project directory:
cd StarWars-Characters
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open the application in your web browser by navigating to http://localhost:3000.
To use the application, follow these steps:
- Enter a character name into the search bar to filter the list of characters.
- Click on a character's name to display their details.
If you would like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your changes.
- Make your changes and commit them to your branch.
- Push your changes to your fork.
- Submit a pull request to the main repository.
The StarWars-Characters repository is licensed under the MIT License. See the LICENSE file for more information.