Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.11 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.11 KB


https://github.com/MintMissy/WebMinigames
Web Minigames | Minigames Website

Web Minigames is a remaster of one of my first javascript projects: Hangman & MemoCards.

Key FeaturesDeployed AppApplication Preview

application screenshot application screenshot

Key Features

  • 2 Games: Hangman & MemoCards
  • NgRx component store
  • Smooth animations
  • Game progress bar
  • Game statistics & timer

Deployed App

You can view the app here: https://github.com/MintMissy/WebMinigames

Issues During Development

During development of this project I had only 1 big issue - I didn't know how to manage the memo cards "async" state. The state couldn't be applied immediately because they have have a flip animation. In the end I used a simple setTimeout function to delay the state change.