This project is a data analysis tool that utilizes the Star Wars API (SWAPI) to explore and visualize information about the Star Wars universe. The tool provides insights into characters, planets, starships, and films.
- Retrieve and display information about planets.
- Retrieve and display information about starships.
- Future enhancements to include more endpoints and features.
- Clone the repository:
git clone https://github.com/Murcegany/star-wars-data-analyzer.git
- Navigate to the project directory:
cd star-wars-data-analyzer
- Build the project:
dotnet build
- Run the application:
dotnet run