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
- Host: GitHub
- URL: https://github.com/androfficial/react-star-wars
- Owner: androfficial
- Created: 2021-11-07T10:33:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-16T20:17:00.000Z (over 4 years ago)
- Last Synced: 2025-04-05T21:30:37.413Z (about 1 year ago)
- Topics: axios, classnames, context-api, lodash, mixins, proptypes, react-hooks, react-router-dom, reactjs, redux, redux-thunk, scss
- Language: JavaScript
- Homepage: https://react-star-wars-coral.vercel.app
- Size: 4.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)