Hombre2014 / Leaderboard

The Leader's board 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yuriy Chamkoriyski Leader's board project

The Leader's board 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.

screenshot

Description

In this activity I will set up a JavaScript project for the Leader board list app, using webpack and ES6 features, notably modules. I should develop a first working version of the app following a wire frame, but without styling - just focus on functionality. In following activities, I will consume the Leader board API using JavaScript async and await and add some styling.

Instructions:

Phase 1, setup project

  • Use Gitflow
  • Create an npm project with webpack
  • Write plain HTML markup with minimum styling (just to make the layout), because you will implement styles in the following steps
  • Don't make API calls (you'll do it in a following lesson).
  • Use ES6 modules, with import and export.

Phase 2, hit the API

  • Read the Leader board API documentation to learn how to use this API.
  • Create a new game with the name of your choice by using the API.
  • Implement the "Refresh" button (receiving data from the API and parsing the JSON).
  • Implement the form "Submit" button (sending data to the API).
  • Use async and await JavaScript features to consume the API.
  • No styling is required.

Phase 3, final touches

  • At this point I should have a fully working app that uses only basic styles to make the layout work, according to this wire frame:
  • screenshot
  • Now you should improve the look and feel of the application, adding the styles of your choice.
  • Please keep the general layout of the wire frame, this is the only mandatory requirement.
  • You can use plain CSS or any CSS framework, it's up to you.

Built With

  • Major languages: HTML, CSS, JS
  • Frameworks: none
  • Technologies used: Git, webpack, API

Live Demo

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • Internet connection and browser
  • A text editor(preferably Visual Studio Code)
  • Browser

Setup

  • No setup required

Install

Usage

  • Clone the repository using git clone git@github.com:Hombre2014/Leaderboard.git
  • Change directory into the project folder cd Leaderboard
  • Run npm install from the terminal
  • Run npm start from the terminal
  • A new browser will open automatically with application loaded

Run tests

  • N/A

Deployment

  • All the files necessary for deployment are in the /dist folder

Author

👤 Yuriy Chamkoriyski

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

The Leader's board 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.

License:MIT License


Languages

Language:JavaScript 46.6%Language:CSS 33.2%Language:HTML 20.2%