Giter VIP home page Giter VIP logo

acnhinfo's Introduction

ACNHinfo

The website lets you find information on any creature in Animal Crossing: New Horizons. Shows detailed information on what time, location, month, and price

Why am I building this?

Trying to track your creatures on Animal Crossing can be a hassle. Having a second screen to quickly glance at information on a creature is a big help. Thats why im creating this website. To track your collection of creatures.

acnhinfo's People

Contributors

enrikes avatar

Watchers

 avatar

acnhinfo's Issues

Typo

There's a typo on img/overaly -> img/overlay.

there are two spots in the code using this.

  • an img on line 65 on main.js
  • an img on line 82 on public/main.js

Dodging variable collision when un-needed.

Lines 40-51 in creatureGrid.js

const fish = creatures.filter(
    (creaturez) => creaturez.sourceSheet === 'Fish'
  );
const insect = creatures.filter(
  (creaturez) => creaturez.sourceSheet === 'Insects'
);
const seaCreature = creatures.filter(
  (creaturez) => creaturez.sourceSheet === 'Sea Creatures'
);
const villager = creatures.filter(
  (creaturez) => creaturez.sourceSheet === 'Villagers'
);

You can use creatures here even if you set it on line 12 because the scope of each new variable is limited to the block so there will never be a collision. Check it out!

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.