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.
- Host: GitHub
- URL: https://github.com/basem909/leader-board
- Owner: basem909
- Created: 2022-05-11T14:54:45.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-13T22:16:52.000Z (over 3 years ago)
- Last Synced: 2023-03-04T02:32:39.019Z (over 2 years ago)
- Topics: api-rest, gitflow, gitflow-workflow, html-css-javascript, javascript, server, web, webpack
- Language: JavaScript
- Homepage:
- Size: 383 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`