Giter Club home page Giter Club logo

mreckendonk / leaderboard-v1 Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 11.99 MB

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. This was an educational project with the Microverse bootcamp.

Home Page: https://leaderboard.xoommit.com

License: MIT License

JavaScript 68.40% HTML 20.94% CSS 9.70% Shell 0.97%

leaderboard-v1's Introduction

Hi , I am Mike van Eckendonk

I like to fix and optimize servers and remote coding as a Full Stack Developer. As a speed freak, things have to go fast, so I dedicated myself to optimize everything that comes on my working path.

๐Ÿ’ž๏ธ I love to code.
๐Ÿ‘€ I will find a solution for any existing problem(s).
๐Ÿ’ž๏ธ Iโ€™m looking to collaborate on open-source projects that will enhance my learning.
๐ŸŒฑ Iโ€™m always learning new things.
๐Ÿฅ… 2022+ Goals: Contribute more to Open Source projects.
โšก Fun fact: I love reading pdf books.
๐Ÿ“ซ How to reach me [email protected]
๐Ÿ› ๏ธ Currently available for a remote job.

Languages I write in

JavaScript | TypeScript | HTML | CSS | PHP | Ruby | Python

Frameworks and Libraries I use

BootStrap | SCSS | Styled Components | TailwindCSS | React | Gatsby | Next.JS | Redux | jQuery

Tools I use

JetBrains | VSCode | WebStorm | PhpStorm | RubyMine | Babel | Jest | Webpack | TurboPack | CircleCI | NewRelic | Docker | Nginx | Apache | MySQL | MongoDB | Redis | Postgres | Firebase |

Favorite hosting

AWS || Cloudflare || Netlify || Vercel || OVH || Vultr || UpCloud || DigitalOcean || Linode

Stats ๐Ÿ“ˆ

MrEckendonk's GitHub stats

Top Langs

Stats

Connect with me

leaderboard-v1's People

Contributors

dependabot[bot] avatar mreckendonk avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

leaderboard-v1's Issues

Peer to Peer code review

@mrEckendonk Great Job ๐Ÿ’ฏ you Project is:
DRY, KISS and follows all stander practices of HTML CSS JavaScripT ๐Ÿ‘
One remark >> it might be better to place your: modules file inside the src file.
great Job again ๐Ÿ‘
happy coding! ๐Ÿฅ‡ ๐Ÿ‘

addScore contains duplicate code

The code is not DRY, duplicate parts on lines

setTimeout(() => {
document.querySelector('.remove').remove();
}, 3000);

setTimeout(() => {
document.querySelector('.remove').remove();
}, 3000);

user.value = '';
user.focus();
return;

score.value = '';
score.focus();
return;

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.