This project is clone of POPCAT.CLICK, but with a different idea.
The user can choose his city, after that will be redirected to /play Then user can click on the background image, every click will be counted to the user city..
How to use the project?
first of all, you need to have nodejs installed on your computer, if don't have nodejs just go nodejs webiste and install it, click Nodejs also you need to install MongoDB
Then open this project and type this command:
npm install
this command will install all dependencies that we need.
now to run this project just type:
npm run dev
if you want to make some changes in .scss files you need to run this commad to apply the changes:
npm run sass
You can change my country cities with your own, just go to cities.js file and change them.