Coder Social home page Coder Social logo

is.wasteof.money's Introduction

Hi there ๐Ÿ‘‹

I'm Jeffalo, I got into coding through Scratch, and my life has changed since.

is.wasteof.money's People

Contributors

boomerscratch avatar hamptonmoore avatar jeffalo avatar noobtracker avatar xnoe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

is.wasteof.money's Issues

typing suggestions

right now, you have to type something exactly how it is spelt in the items array. perhaps this could be improved by, for example, checking case insensitive. Edit: added in new commit

something else i was thinking about is finding the closest matc

mockup:
image
i'm not sure how to do this but im sure stack overflow does

custom domain

right now we just get rickrolled which is depressing so lets fix that

hide explanation div if theres no explanation

self explanitory,

this is an issue because it overflows off of the screen and then theres a useless scroll bar

i would know how to do this but with the ternary inline ? stuff im not sure how to do it

mobile support

yes its time for this.

mobile support

adjust page to be more mobile support

i cant css

please help

A problem with the last PR

In the last PR, I noticed I used a deprecated event listener. Can you change it? I used this StackOverflow answer. Use the second snippet (I used the first one), or use something else. This code needs to run when the innerHTML gets changed:

if (!explanation.innerHTML) {
     explanation.style.display = "none";
} else {
     explanation.removeAttribute("style");
};

Naming of `price` variable.

Variable current can determine true, false, or free, and not the price itself.

Perhaps renaming to status for better clarity could help?

Update:
Since the variable is "true" when waste and "false" when not, perhaps better name is isWaste?

Typing suggestion always shows up.

When you type in "Minecraft for Nintendo 3DS", the typing suggestion does not go away. Also, "yes" does not show up, unless you click on the typing suggestion.

33, 65, 129, 257 etc searches cause fuzzy search issues

multiples like 33, 65, 129, 257, 513, etc... letter words return a list of all(?) possible similar results.

this appears to be a bug in fuse.js, however it probably could be fixed on our end.

they claim it's been fixed but it doesn't seem like it has.

use fuzzy string matching

calculate the levenshtein distance to see which item has the best score compared to the user input

[Idea] Permalink

My idea is, for example, when you go to https://is.wasteof.money/#iphone, 'iphone' will automatically get filled in for you, in the <input> element. This is not hard; you can use location.hash.

suggest items here

suggest items to be added here

please check the word list before suggesting something too similar.

example:

what i want added: minecraft

what should it say: not a waste

explanation: (optional) minecraft is fun game worth every penny

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.