The Happy Devs Leaderboard allows users to submit their scores. The app then ranks them from highest scores to the lowest.

Overview

HAPPY DEVS LEADERBOARD

The HAPPY DEVS LEADERBOARD app allows users to submit their scores to be ranked on the Leaderboard.

Live Demo

Live Demo Link

Built With

  • HTML
  • CSS
  • JavaScript
  • Webpack

To get a local copy, run the following steps:

  • Clone the repository with [email protected]:BenjaminSemah/leaderboard.git
  • Navigate to the folder cd leaderboard
  • Open the project with your code editor
  • Run npm install to install all dependencies
  • Run npm start and go to http://localhost:8080// to launch the server.

Author

👤 Benjamin Semah

Show your support

Give a ⭐️ if you like this project!

Comments
  • Add New Scrollable Feature

    Add New Scrollable Feature

    New Scrollable Feature

    This new features gives a fixed height to the scoreboard and still allows users to be able to scroll through all the scores submitted

    opened by BenjaminSemah 1
  • Leaderboard - Update Stylesheet

    Leaderboard - Update Stylesheet

    Leaderboard - Update Stylesheet

    In this branch, I have done the following;

    • Added an alert to confirm when submission is successful,
    • Improved the overall look and feel of the website,
    • Ensured all functionalities work as expected.
    • Fixed all errors spotted by linters.
    opened by BenjaminSemah 1
  • Leaderboard: Hit the API

    Leaderboard: Hit the API

    Leaderboard - Hit the API

    In this branch, I have done the following;

    • Create a new game following guidelines from the Leaderboard API documentation,
    • Implemented the "Refresh" button (to receive data from the API and parse the JSON),
    • Implemented the form "Submit" button (to send user scores data to the API),
    • Used async and await JavaScript features to consume the API.
    opened by BenjaminSemah 1
  • Happy Dev Leaderboard

    Happy Dev Leaderboard

    Happy Dev Leaderboard

    In this milestone of the project, I have done the following

    • Set up the Leaderboard project
    • Used the leaderboard API
    • Added styling to the homepage
    opened by BenjaminSemah 0
  • Leaderboard - Project Setup

    Leaderboard - Project Setup

    Project Setup for Leaderboard

    In this branch, I have done the following;

    • used correct Gitflow,
    • created an npm project with webpack,
    • added markup and style according to wireframe,
    • used ES6 modules, with import and export,
    • Fixed errors spotted by linters.
    opened by BenjaminSemah 0
  • Peer to peer code review

    Peer to peer code review

    Congratulations you've done a wonderful job so far!!!

    But there are some thing's that you can address before moving on to the next project.

    • [ ] Even though this is an optional suggestion, implementing the scroll on the board by giving it a height this will make the site user friendly.
    opened by zairdon20 1
Owner
Benjamin Semah
Front End Developer and Tech Blogger. Passionate about Web Accessibility. Currently learning JavaScript and React.
Benjamin Semah
Leaderboard is a simple app that allows players to add their scores and see other players' scores, using Leaderboard API, JavaScript, HTML, and CSS.

Leaderboard: setup project description: A Leaderboard app that allows players to add their score, and see other player scores. in this project: Set up

Toussaint Saraza 7 Jun 20, 2022
The Leaderboard App displays scores submitted by different players, allows you to submit your score and all data is preserved in the Leaderboard API service.

Leaderboard The Leaderboard App displays scores submitted by different players, allows you to submit your score and all data is preserved in the Leade

Jonathan Kayizzi 6 Nov 9, 2022
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.

Leaderboard The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved tha

Jihane Haddad 5 Feb 10, 2022
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. Build with Html, CSS, JS, API, and Webpack.

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. Build with Html, CSS, JS, API, and Webpack.

Kyrillos Hany 9 Mar 11, 2022
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.

Leaderboard The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved tha

Regiss Mukubiza 2 Apr 8, 2022
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.

Leaderboard- DESCRIPTION The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is

Andres Garzon 2 Jun 16, 2022
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. Built with Html, CSS and JavaScript

Leaderboard App ?? Table of Contents ?? About the Project ?? Built With Tech Stack Key Features ?? Live Demo ?? Getting Started Setup Prerequisites In

Tetteh Kodjo-Sarso 4 Mar 21, 2023
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.

Leaderboard ?? Table of Contents ?? About the Project ?? Built With Tech Stack Key Features ?? Live Demo ?? Getting Started Setup Prerequisites Instal

Ritika Rawat 4 Mar 20, 2023
Clinton Mbonu 20 Jun 30, 2022
A Leaderboard app that pulls from a LeaderboardGameAPI and allows users to view recent scores and add more scores to the score board. Built with HTML5, CSS, JavaScript, and Webpack.

Leaderboard A Leaderboard app that pulls from a LeaderboardGameAPI and allows users to view recent scores and add more scores to the score board. Buil

Steven Ntakirutimana 5 Dec 21, 2022
This application lists the scores of players of a certain game (determined by the user), in this app the Leaderboard REST API is used, where the participants and their scores are registered.

Leaderboard this application lists the scores of players of a certain game (determined by the user), in this app the Leaderboard REST API is used, whe

Gonzalo Medina 5 Jul 29, 2022
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 API.

Leaderboard The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved tha

null 5 Mar 5, 2022
Leaderboard web display recent scores for different players and it also allows you to submit a new score.

Leaderboard Leaderboard web display recent scores for different players and it also allows you to submit a new score. Getting Started To get a local c

Fahd Rahali 3 Apr 14, 2022
The leaderboard is website displays scores submitted by different players. It also allows you to submit your score.

Leaderboard The leaderboard is website displays scores submitted by different players. It also allows you to submit your score. Major languages HTML C

Mohammed Elseddik Rebbouh 3 Apr 19, 2022
This 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. Built with Webpack and ES6

Leaderboard This website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the

Sanja Mandic 9 Sep 30, 2022
The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built with HTML, CSS, JavaScript with APIs

LeaderBoard The leaderboard website displays scores submitted by different players. It also allows you to submit your score. Built With Html,JS,CSS We

Promise Okechukwu 10 Nov 1, 2022
A leaderboard website which displays scores submitted by different players. It also allows you to submit your score. All data is preserved in the external game API.

Leaderboard LeaderBoard Built With HTML JavaScript CSS webpack Getting Started clone this repository. $ cd Leaderboard. $ npm run build . $ npm start

ahmednazirmusah 3 Oct 13, 2022