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.
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.
- 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.
- 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
andawait
JavaScript features to consume the API. - No styling is required.
- 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:
- 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.
- Major languages: HTML, CSS, JS
- Frameworks: none
- Technologies used: Git, webpack, API
To get a local copy up and running follow these simple example steps.
- Internet connection and browser
- A text editor(preferably Visual Studio Code)
- Browser
- No setup required
- 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
- N/A
- All the files necessary for deployment are in the /dist folder
👤 Yuriy Chamkoriyski
- GitHub: @Hombre2014
- Twitter: @Chamkoriyski
- LinkedIn: axebit
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.