Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 913 Bytes

README.md

File metadata and controls

50 lines (34 loc) · 913 Bytes

©️ What is the brand?

A Memory Card game made with pure javascript 💜

🛠️ Stack

  • PUG
  • SASS
  • Pure javascript
  • Webpack 4.0 to transpile SASS into CSS, Pug into HTML and JS ES6 to ES5
  • Jest to automated tests (91.46% of coverage)

Initial Memory card game

Memory card game - a flipped card

Memory card game - correct cards

Run

    npm install
    npm run loc

Run test

    npm run test
    npm run test:coverage

Next steps

  • Update to webpack@5
  • Add levels

👩 Author

@laisfrigerio

📄 License

This project is licensed under the MIT License - see the LICENSE.md file for details