Skip to main content

All Questions

2 votes
1 answer
87 views

To Do List Project - app lets you make projects and inside of this projects you can save to-dos

I have built a To Do App in Javascript, using Webpack and some modules. The app lets you store projects (School, Sport, Grocery, etc.)... And inside these projects, you can store todo items... You can ...
Žiga Grošelj's user avatar
3 votes
2 answers
68 views

Adding and Retrieving Players in a simple Pre-Flop Poker Hud with Local Storage

I am building a browser based Pre-Flop HUD that for now just tracks VPIP, PFR and number of hands played for an opponent (https://pokercopilot.com/poker-statistics/vpip-pfr). I am currently using ...
Salvatore Allegra's user avatar
3 votes
0 answers
143 views

jQuery form change listener, modularized using ES6

I have the following javascript code that I'm trying to modularize using ES6: ...
YPCrumble's user avatar
  • 139
2 votes
1 answer
41 views

Draggable toolbar header class, inheriting from a draggable parent class

I have written a draggable parent class using a module pattern: ...
Gabriel's user avatar
  • 121
6 votes
2 answers
1k views

Snake game using a canvas

I'm trying to reach good understanding of how to build scalable modular application structure. Recently I've been practicing with canvas and rewriting one of the popular snake game realizations. I've ...
tristantzara's user avatar
1 vote
2 answers
218 views

Separate Ajax code in separate modules

This is the first time I am working on OOJS code and I am a beginner in JS. I think I have pretty much messed it up. I am planning to modularize my code, but with the inclusion of ...
Thomas Sebastian's user avatar
2 votes
1 answer
423 views

Switching from functional jQuery code to object-oriented

I've been happily using jQuery, creating vars and binding events in my modules (which have only a little bit of JS). But recently I needed to add an anonymous functions to my code and after ...
gskema's user avatar
  • 121
3 votes
0 answers
171 views

Implement.js JavaScript module pattern

I have been playing with a new JavaScript module pattern to see what I can come up with. I think it's quite powerful and wanted to know if it is something people would find useful? I'm looking for ...
Matthew.Lothian's user avatar