This is a clone of 2048 implemented using React 17.
Dependencies: node/npm
Start to run npm install then npm run build.
Now, to start a web server you can do
sudo npm install -g serve
serve -s buildand the game will be accessible on localhost:3000.
Add css animations