https://github.com/tsohledev/leaderboard
Leader board is a website that uses a API to show and store score of different clients across the world
https://github.com/tsohledev/leaderboard
html5 javascript sass
Last synced: about 2 months ago
JSON representation
Leader board is a website that uses a API to show and store score of different clients across the world
- Host: GitHub
- URL: https://github.com/tsohledev/leaderboard
- Owner: tsohleDev
- License: gpl-3.0
- Created: 2022-12-20T16:44:49.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-29T22:04:20.000Z (over 3 years ago)
- Last Synced: 2025-06-30T08:47:17.097Z (12 months ago)
- Topics: html5, javascript, sass
- Language: JavaScript
- Homepage: https://tsohle.me/Leaderboard
- Size: 367 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
"Leaderboard is a project for practice API calling from the front by using Asynchronous programming to the request and data from the API, we use an external [API from microverse](https://www.notion.so/microverse/Leaderboard-API-service-24c0c3c116974ac49488d4eb0267ade3)
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
## 🛠 Built With
HTML
SCSS
Javascript
[To Do list live demo]( https://tsohleDev.github.io/Leaderboard/dist/)
- Create a local directory that you want to clone the repository.
- Open the command prompt in the created directory.
- On the terminal run this command -
```sh
git clone [https://github.com/tsohleDev/Leaderboard.git]
```
- Go to the repository folder using command prompt
```sh
cd Leaderboard
```
- Install the dev dependencies for linters run
```sh
npm install.
```
- To start run
```sh
npm start
```
### Prerequisites
In order to run this project you need:
-A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
-VSCode or any other equivalent code editor
-Node Package Manager (For running, debuging, or installing dependancies to be used)
node and npm:
-Linux
```sh
sudo apt install nodejs npm
```
-windows
[download and install](https://nodejs.org/en/)
### Setup
Clone this repository to your desired folder:
- Open the command prompt in the created directory.
- On the terminal run this command
```sh
git clone https://github.com/tsohleDev/Leaderboard.git
```
- Go to the repository folder using command prompt
```sh
cd Leaderboard
```
- Install the dev dependencies for linters
```sh
run npm install
```
- To start run
```sh
npm start
```
Tsohle Mokhemisi
[githubhandle](https://github.com/tsohleDev2)
[twitterhandle](https://twitter.com/RealTsohle)
[linkedIn](https://www.linkedin.com/in/tsohle-mokhemisi-3687401b2/)
- Implement additional pages, which will allow the user to Register
- Implement additional pages, which will allow the user to Login
> Credits to everyone who inspired the codebase.
I would like to thank [Microverse](https://www.microverse.org/)
Feel free to check the [issues page](https://github.com/tsohleDev/Leaderboard/issues).
Give a ⭐️ if you like this project!
## 🙏 Acknowledgments
[Font Awesome](https://fontawesome.com/search?q=book&o=r)
[Webpack](https://webpack.js.org)
[Microverse](https://microverse.org)
This project is [GNU General Public License v3.0](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._