Skip to content

annaserba/StarWars

Repository files navigation

# Star Wars SPA

This is a Single Page Application developed using React, TypeScript, and Material UI.

## Installation

1. Clone the repository:

```bash
git clone https://github.com/annaserba/StarWars.git
  1. Navigate to the project directory:
cd StarWars
  1. Install the dependencies:
yarn install

Usage

Run the application on a local development server:

npm dev

The application will be accessible at http://localhost:3000.

Features

  • Home Page: The home page displays a list of Star Wars characters. You can use pagination and search to find characters of interest.

Testing

To run the tests with cypress, execute:

npm test

Technologies and Tools Used

  • React
  • TypeScript
  • Material UI

Releases

No releases published

Packages

No packages published