An open API service indexing awesome lists of open source software.

https://github.com/basem909/leader-board

This project is a game leaderboard page that takes in input from the user, posts it to the server, and demonstrate it on the score sheet.
https://github.com/basem909/leader-board

api-rest gitflow gitflow-workflow html-css-javascript javascript server web webpack

Last synced: 6 months ago
JSON representation

This project is a game leaderboard page that takes in input from the user, posts it to the server, and demonstrate it on the score sheet.

Awesome Lists containing this project

README

          

# Leader-board

## Description
- This project aims:
- Learn how to use this API.
- Then 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.
- Add personal styling to the project

## Built With

- HTML
- CSS
- Javascript
- node-modules
- lighthouse
- hintweb
- stylint
- eslint
- webpack
- web server
- plugins for HTML and CSS

## Authors

👤 **Bassem Shams**

- GitHub: [@githubhandle](https://github.com/basem909)

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is MIT licensed.

## Getting Started

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

- Copy this link `https://github.com/basem909/Leader-board.git`.
- Get the directory that you want to clone the repository.
- Open the command prompt in this directory.
- Write `git clone https://github.com/basem909/Leader-board.git`.
- Go to the repository folder in your command prompt, run `cd Leader-board`.
- Run `npm install`