GithubHelp home page GithubHelp logo

ankitt26 / leaderboard Goto Github PK

View Code? Open in Web Editor NEW
5.0 5.0 0.0 294 KB

In the leaderboard project, we utilize an API to fetch items and set user data along with their scores.

License: MIT License

HTML 19.39% JavaScript 50.50% CSS 30.11%

leaderboard's Introduction

MasterHead

Hi ๐Ÿ‘‹, I'm Ankit kushwaha

A passoinoate Full Stack Web Developer from India. Thrives in remote collaboration and excels in pair programming projects. Expertise in React.js, Redux, JavaScript, Ruby, Ruby on Rails, PostgreSQL, RESTful APIs, Git, and Github.

coding

ankit26k

  • ๐Ÿ”ญ Iโ€™m currently working on Perk-and-Play-Cafe

  • ๐ŸŒฑ Iโ€™m currently learning Full Stack Web Development

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at https://ankitt26.github.io/Portfolio-setup/

  • ๐Ÿ’ฌ Ask me about React, Redux, Javascript, Ruby, Ruby on Rails, PostgreSQL.

  • ๐Ÿ“ซ How to reach me [email protected]

  • โšก Fun fact I am addicted to coffee and street food ๐Ÿ˜Š



Connect with me:

ankit26k ankit26k ankit16t ankit26kushwa

Languages and Tools:

react redux javascript ruby rails postgresql jest bootstrap figma git css3 html5 postman webpack sass babel nodejs


๐Ÿ“ˆ My GitHub Stats:

ankitt26 GitHub stats ankitt26 GitHub profile summary
ankitt26 GitHub stats ankitt26 GitHub streak stats

leaderboard's People

Contributors

ankitt26 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

leaderboard's Issues

Peer to peer code Review

congratulation @ankitt26, you have done excellent work.
The features work as expected, there are just some little improvements in the
code base, kindly check the list below and implement the changes:

  • Since the game creation is done only one time, you don't need to create a whole function that you won't longer use, consider using an HTTP client like Postman or Thunderclient (vs code extension) to make the first request (YAGNI clean code principle)

    export default async () => {

  • Since your base URL is the same, consider using an exported contact instead of using the long string everywhere (DRY clean code principles)

    `https://us-central1-js-capstone-backend.cloudfunctions.net/api/games/${gameid}/scores/`,

  • Kindly remove the await keyword since you are using .then to handle the promise (YAGNI principle)

    await fetch(

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.