Skip to content

mateusalexandre6/starwars-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars Project

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.

Features

  • Fetches data from the Star Wars API
  • Displays a list of Star Wars characters
  • Uses Material-UI for styling

Getting Started

Prerequisites

  • Node.js
  • npm or yarn

Installation

  1. Clone the repository:
    git clone https://github.com/your-username/star-wars-project.git
  2. Navigate to the project directory:
    cd star-wars-project
  3. Install the dependencies:
    npm install
    or
    yarn install

Running the Application

  1. Start the development server:
    npm start
    or
    yarn start
  2. Open your browser and navigate to http://localhost:3000.

Usage

The application will fetch the list of Star Wars characters from the API and display them in a Material-UI styled list.

Built With

License

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

Acknowledgments

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors