Skip to content

androfficial/react-star-wars

Repository files navigation

🪐 Star Wars Application

🔗 Installation

Clone repo

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

Install dependencies

npm i
yarn install

♻️ Available Scripts and Commands

Run app

yarn run start

Build app

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

🛠️ Stack:

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

♨️ API