It is web application, implementation of the popular game 2048. The functionality of the application is developed using Javascript.
Technologies used: Javascript (ES6+), HTML, CSS(SCSS)
For launching this project you must have Node.js and npm on your computer. This project uses node v14.
- Clone repository with
git clone
- Install dependencies with
npm install
ornpm i
- Start project with
npm start
Or you can just use the link below