This is an implementation of the card game Memory, built with TypeScript, React and Styled Components.
Hosted on AWS S3 and served by CloudFront at https://d3v9e776h66eg7.cloudfront.net
- Node v14
Install project dependencies and start the development server on localhost:3000:
npm install
npm start
