arthurvoloshyn / powerpuff-girls

Simple React Powerpuff Girls Application (React + Redux + Redux-Saga + Jest + React Testing Library)

Home Page:https://arturw1998.github.io/powerpuff-girls/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powerpuff Girls

Simple React Powerpuff Girls Application

Demo

Provides

  • react ^16.x
  • redux 4.x
  • jest 26.x
  • @testing-library/react 11.x

To Start Project

  1. You'll need to have git and node installed in your system.
  2. Clone repo: git clone https://github.com/ArturW1998/powerpuff-girls.git
  3. Install dependencies: yarn install
  4. Start project: yarn start

Available Scripts

yarn start Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

  • webpack-dev-server 3.x

yarn test Launches the test runner in the interactive watch mode.

  • jest 26.x
  • @testing-library/react 11.x

yarn test:ci:coverage Run all tests and shows project coverage.

  • jest 26.x
  • @testing-library/react 11.x

yarn lint / npm run lint:styles Launches the code linter to verify code quality.

  • eslint 7.x
  • stylelint 12.x

npm run format / npm run format:styles Run code formatting.

  • prettier 1.x

yarn build Builds the app for production to the build folder.

  • webpack 4.x
  • babel 7.x

This project was bootstrapped with Create React App.

About

Simple React Powerpuff Girls Application (React + Redux + Redux-Saga + Jest + React Testing Library)

https://arturw1998.github.io/powerpuff-girls/

License:MIT License


Languages

Language:JavaScript 83.7%Language:HTML 8.4%Language:CSS 8.0%