Giter VIP home page Giter VIP logo

pop-a-loon's Introduction

Stars Followers Profile visits

Hi ๐Ÿ‘‹, I'm Simon

A passionate developer from Belgium

  • ๐Ÿ”ญ Iโ€™m currently working on Pop-a-loon

  • ๐ŸŒฑ Iโ€™m currently learning Next.js and React

  • ๐Ÿ’ฌ Ask me about Python

  • โšก Fun fact Full stack developer

Languages and Tools:

arduino bash bootstrap cplusplus csharp css3 docker Flask git go grafana html5 javascript linux mongodb nextjs nodejs python react tailwind typescript

Statistics

Github statistics

Contribution streak

Most used languages

pop-a-loon's People

Contributors

benz0301 avatar simonstnn avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

pop-a-loon's Issues

balloonImageUrl doesn't exist in `src/const.ts`

I got this error when building the dist files.

ERROR in \pop-a-loon\src\balloon.ts
./src/balloon.ts 2:9-24
[tsl] ERROR in  \pop-a-loon\src\balloon.ts(2,10)
      TS2305: Module '"./const"' has no exported member 'balloonImageUrl'.

Reset confirm button

A button that asks to confirm the reset.
Ex. ''Are you sure want to reset your balloons?''

Rename npm scripts

Rename build-dev -> dev

Rename build-dev-watch -> dev-watch

Rename build-production -> build

Merge web accessable resources with the same url matches

pop-a-loon/manifest.json

Lines 38 to 57 in e1adc55

"web_accessible_resources": [
{
"matches": [
"https://*/*",
"http://*/*"
],
"resources": [
"resources/audio/pop.mp3"
]
},
{
"matches": [
"https://*/*",
"http://*/*"
],
"resources": [
"resources/icons/icon-128.png"
]
}
],

This should become:

"web_accessible_resources": [ 
   { 
     "matches": [ 
       "https://*/*", 
       "http://*/*" 
     ], 
     "resources": [ 
       "resources/audio/pop.mp3",
       "resources/icons/icon-128.png" 
     ] 
   }
 ],

Add kenrie balloon

Add kenrie as an balloon easter egg to pop up rarely
ex. when kenrie balloon is poppen there will appear a kenrie counter

Balloons only show at the top of the website

When you scroll down on the website, the balloons will scroll of screen. And you can see the balloons spawn in.

Balloons should not scroll with the page, they should be static over the whole page.

pops in the last 24h

Adding a counter for how many balloons that are pop in the last 24h.
Make it possible to switch the counter in the extention bar to total pops or last 24h.

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.