Giter VIP home page Giter VIP logo

yu-gi-oh-bestdeck's Introduction

Yu-Gi-Oh! Best Deck

Overview

Analyst and Generate the perfect Yu-Gi-Oh! Duel Monster's Deck for you.

Tech Stack

Programming Language

  • Typescript

Front-End

  • Framework / Library

    • React
  • UI Library

    • Tailwind CSS

Back-End

  • Express

Data

  • Yu-Gi-Oh! API Data

Setup

Setup the project by following the steps below.

  • Clone the repository.

  • Install dependencies by using NPM or Yarn depends on yours.

    • If you use NPM, Please following the command below for Installing the dependencies.
      npm install

    • If you use Yarn, Please following the command below for Installing the dependencies.
      yarn

  • Running in Development Mode. by following the command below.

    • If you use NPM, Please following the command below for Installing the dependencies.
      npm build && npm run dev

      • And if you run the command successfully you don't need to use npm run dev again you just need to use npm build to build the js files. and nodemon will update the server automatically.
    • If you use Yarn, Please following the command below for Installing the dependencies.
      yarn build && yarn dev

      • And if you run the command successfully you don't need to use yarn dev again you just need to use yarn build to build the js files. and nodemon will update the server automatically.

API Docs

Amount of Cards (Data Length)

11921

Attributes

  • id (Number)

  • name (String)

  • type (String)

  • desc (String)

  • *atk (Number)

  • *def (Number)

  • *level (Number)

  • race (String)

  • *attribute (String)

  • archetype (String)

  • card_sets (Array of Objects)

    • set_name (String)

    • set_code (String)

    • set_rarity (String)

    • set_rarity_code (String)

    • set_price (String)

  • card images (Array of Objects)

    • id (Number)

    • image_url (String)

    • image_url_small (String)

  • card_prices (Array of Objects)

    • cardmarket_price (String)

    • tcgplayer_price (String)

    • ebay_price (String)

    • amazon_price (String)

    • coolstuffinc_price (String)

* In case that's a spell / trap cards, These attrbutes aren't exist.

Reference

yu-gi-oh-bestdeck's People

Contributors

lebrancconvas avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.