This project is a React application that uses Material-UI (MUI) to display a list of Star Wars characters. The data is fetched from the Star Wars API.
- Fetches data from the Star Wars API
- Displays a list of Star Wars characters
- Uses Material-UI for styling
- Node.js
- npm or yarn
- Clone the repository:
git clone https://github.com/your-username/star-wars-project.git
- Navigate to the project directory:
cd star-wars-project - Install the dependencies:
or
npm install
yarn install
- Start the development server:
or
npm start
yarn start
- Open your browser and navigate to
http://localhost:3000.
The application will fetch the list of Star Wars characters from the API and display them in a Material-UI styled list.
This project is licensed under the MIT License - see the LICENSE file for details.
- Akabab for the Star Wars API
- Material-UI for the UI components