Marvel Snap is an outstanding strategic card game. This project retrieves information about Marvel Snap cards, including their names, powers, costs, abilities and more, from https://marvelsnapzone.com/getinfo/?searchtype=cards&searchcardstype=true
. The gathered data is then elegantly presented, allowing a great browsing experience. Additionally the website offers users targeted card searches and the application of filters and sorting preferences within the card database.
- Clone the project to your system:
https://github.com/Flodreey/Marvel-Snap-App.git
- In your terminal navigate to the "backend"-folder of the project and run the following commands:
npm install
npm run start
which will install all node dependecies and start the backend server (If you don't have node yet, download it here: Node.js).
- Now you can open the "index.html" file in the "frontend"-folder and view the card database.
Contributions and suggestions for improvement are always welcome!