This project allows you to discover Star Wars' starships and detailed info about their pilots and movies where they appear. All the data is fetched from SWAPI (Star Wars API).
Here you will find a live demo of the project: https://star-wars-swapi.netlify.app/
This project has been created with React and uses the following technologies:
- React v17.0.2
- React Router v6.2.1
- Styled Components v5.3.3
- React Testing Library v13.5.0
- Axios v0.25.0
- Clone this repository and install dependencies
$ git clone https://github.com/guaca/starwars.git
$ cd starwars
$ npm install
And run one of the available scripts:
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!