# 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- Navigate to the project directory:
cd StarWars- Install the dependencies:
yarn installRun the application on a local development server:
npm devThe application will be accessible at http://localhost:3000.
- Home Page: The home page displays a list of Star Wars characters. You can use pagination and search to find characters of interest.
To run the tests with cypress, execute:
npm test- React
- TypeScript
- Material UI