Skip to content

Programmimg languages Memory Game made with Typescript + React

License

Notifications You must be signed in to change notification settings

gabriel-dp/Memory_Languages

Repository files navigation

 

Memory Languages

gabriel-dp.github.io/Memory_Languages

   

 

    

 

💡 Motivation

That is my first TypeScript project, after a long time delaying starting to use TSX instead of JSX in React.

Obviously, a lot of code could be written better, but this minigame was a great opportunity to learn more about TS and its features.

A Memory Game needs no description, just play it yourself and have fun! 😜

 

🖥️ Running locally

# Clone repository
git clone https://github.com/gabriel-dp/Memory_Languages

# Install node_modules
npm install

# Run local server
npm run dev