Reacting to the force is a React app that allows users to search for their favorite Star Wars characters, view their details, and learn more about their appearances in films, vehicles, and starships.
Search for Star Wars characters by name View detailed information about each character, including: Name Birth year Height Mass Homeworld Films Vehicles Starships Responsive design suitable for both desktop and mobile devices
To install and run the app on your local machine, follow these steps:
-
Clone the repository: git clone https://github.com/yourusername/reacting-to-the-force.git
-
Navigate to the project folder: cd reacting-to-the-force
-
Install the dependencies: npm install
-
Run the development server: npm start