https://github.com/charlesgobina/leaderboard
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.
https://github.com/charlesgobina/leaderboard
Last synced: about 1 month ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/charlesgobina/leaderboard
- Owner: charlesgobina
- Created: 2021-12-14T12:24:46.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2021-12-18T13:27:08.000Z (over 3 years ago)
- Last Synced: 2024-10-18T09:14:53.684Z (8 months ago)
- Language: JavaScript
- Size: 457 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard
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
* JS
* Webpack## Software Requirements
* Node.JS
* npm
* Code Editor
* Git## Installation
* Clone the repo using the command below```
git clone [email protected]:charlesgobina/leaderboard.git
```* Navigate to the directory in which you cloned the project and use the command below
```
cd leaderboard
```* Install all project dependencies and packages using the command below
```
npm install
```* Build the project using the command below
```
npm run build
```* Start the server to run the application locally using the command below
```
npm start
```## Authors
Charles Gobina :student:
* Github:https://github.com/charlesgobina
* Twitter:https://twitter.com/i4mCloud
* LinkedIn:https://www.linkedin.com/in/charles-gobina-74a0ab193/## Contributing :handshake:
Contributions, issues, and feature requests are welcome!
* Fork this repo using the command below```
gh repo fork [email protected]:charlesgobina/leaderboard.git
```
* Clone the forked repo using the command below```
git clone [email protected]:charlesgobina/leaderboard.git
```* Navigate to the directory in which you cloned the project and use the command below
```
cd leaderboard
```* Create a new feature branch using the command below
```
git checkout -b [name_of_feature_branch]
```* Commit your changes using git commit as shown below
```
git commit -m ["entere a commit message"]
```* Push your changes using
```
git push -u origin [name_of_feature_branch]
```
* Open pull request.## Show your support
Give a :star: if you like this project.## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc## License :memo:
This project is [MIT](https://github.com/microverseinc/readme-template/blob/master/MIT.md) licensed