An open API service indexing awesome lists of open source software.

https://github.com/androfficial/react-star-wars

:atom_symbol::star: Star wars universe
https://github.com/androfficial/react-star-wars

axios classnames context-api lodash mixins proptypes react-hooks react-router-dom reactjs redux redux-thunk scss

Last synced: 2 months ago
JSON representation

:atom_symbol::star: Star wars universe

Awesome Lists containing this project

README

          

## :ringed_planet: Star Wars Application

### :link: Installation

#### Clone repo

```bash
https://github.com/androfficial/react-star-wars.git
```

#### Install dependencies

```bash
npm i
```

```bash
yarn install
```

---

### :recycle: Available Scripts and Commands

#### Run app

```bash
yarn run start
```

#### Build app

```bash
yarn run build
```

#### Scripts:

- `eslint` - static analysis of scripts
- `eslint:fix` - fix scripts errors
- `stylelint` - static analysis of styles
- `stylelint:fix` - fix styles errors
- `format` - check if files are formatted
- `format:fix` - format files

---

### :hammer_and_wrench: Stack:

- ReactJS + Hooks / Custom Hooks
- React Router
- Context API
- Redux
- Axios
- Lodash
- PropTypes
- ClassNames
- SCSS / Mixins

---

### :hotsprings: API

- https://swapi.dev (main API)
- https://swapi.py4e.com (fallback API)
- https://starwars-visualguide.com (API for images)