Skip to content

puppetmaster886/startsWarsDirectory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Star Wars Character Directory

This project is a React application that displays a directory of characters from the Star Wars universe using the Star Wars API. It features infinite scrolling, search functionality, and a modern UI using Material UI components.

Features

  • Infinite Scroll: Load more characters as you scroll down.
  • Search: Filter characters by name, homeworld, or species using the search bar.
  • Responsive Design: Optimized layout for different screen sizes.
  • Skeleton Loading: Display skeleton when the whole list is not displayed.
  • Theming: Dark theme with Material UI.

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/star-wars-directory.git
    cd star-wars-directory
  2. Install dependencies:

npm install
  1. Start the development server:
npm start

The application will open in your default browser at http://localhost:3000.

Testing

To run tests, use the following command:

npm test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published