This website hosts a collection of cards from the world wide known game of Yu-Gi-Oh!
You can click on the heart icon to add a like to a specific card.
You can also click on the comment button, and see what other's think of that card and share your own opinion.
Check out this project live, click here
- Major languages: JavaScript, HTML, CSS
- Frameworks: Bootstrap 5
- Technologies used: Webpack
To get a local copy up and running follow these simple example steps.
Clone this repo into your local device by running the following command on your Terminal:
git clone https://github.com/Yothu/Yu-Gi-Oh--Card-Data-Base.git
That will create a folder with the project inside it. Navigate into it to access the files.
Also remember to run:
npm install
This will update the dependencies and download necessary files.
Before you begin testing and experimenting, remember to use the Terminal to create a branch by running:
git checkout -b <branch-name>
Alternatively, if you use GitFlow, you can run the following command to create a new branch:
git flow feature start <branch-name>
After that you should be ready to go.
Before pushing changes to your branch, I would recommend opening this file:
/.github/workflows/linters.yml
install and run webhint, stylelint, and eslint
These linters will help you fit your code to this repo's syntax standard.
Once you're done with your changes, remember to git pull
before doing git push
this will update
your local copy of the project if someone else made changes to the repo while you worked on your part.
👤 David Vergaray
- GitHub: @Yothu
- Twiter: @Daivhy
- LinkedIn: David Vergaray
👤 Eduardo Sancho Solano
- GitHub: @eduardosancho
- Twitter: @sanchitobless
- LinkedIn: Eduardo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.