I don't have to explain what a 2048 game is. I made it using React for an Interview test. They wanted me to build a 2048 game but with a few extra features.
Features:
The game is saved locally and restarted from the last move on reload.
Store Score and Best Score Locally
Added a redo and undo option to change your moves
Added an option to replay your all moves from start to finish.