Skip to content
This repository has been archived by the owner on May 16, 2022. It is now read-only.

denysdovhan/victory-or-betrayal

Repository files navigation

Victory or Betrayal? Build Status

React app that helps you recognize betrayal and victory.

Actually, this is just an application which helps me to try new bleeding edge technologies. This is something like sandbox.

What is victory and betrayal?

Victory and Betrayal is an Ukrainian meme. Originally it sounds like «зрада і перемога (zrada i peremoha)». Sometimes people also talk about генотьба (genotba — shame).

Fry

Long story short: when something goes wrong — it's a zrada (betrayal), when everything goes well — it's a peremoha (victory). So if you don't understand what is going on, just type ask and you'll get an asnwer.

What is under the hood?

  • React — A JavaScript library for building user interfaces.
  • Flux — Application architecture for building user interfaces.
  • React Router — A complete routing solution for React.js.
  • Webpack — A module bundler.
  • Babel — The compiler for writing next generation JavaScript.
  • PostCSS — A tool for transforming CSS with JavaScript.
  • CSS Next — a plugin that transforms new CSS specs into more compatible CSS.
  • CSS Modules — A way to scope CSS to a component and escape the global namespace.
  • ESLint — The pluggable linting utility for JavaScript and JSX.
  • Tests — I'll write tests. Seriously 😃

Install

git clone https://github.com/denysovhan/victory-or-betrayal
cd victory-or-betrayal
npm install

Tasks

After installation you will have these task:

  • npm start — run webpack-dev-server in development mode.
  • npm run build — build project into build directory.
  • npm run deploy — build and deploy on GitHub Pages.
  • npm run lint — lint sources.

License

MIT © Denys Dovhan