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.
- Webpack
- Linters
- Use ES6 modules
- API
- JavaScript
- HTML
- CSS
This will be included in our portfolio
To get a local copy up and running follow these simple example steps.
Go to the repo (https://github.com/kinginthenorthcodez/Leaderboard-app-) and click on the <>Code tab.
Below the <>Code tab, it will be a button that allows you to choose any of the branches of the repository you're interested in (it is commonly set by default to the "master" or "main" branch). Each branch may contain different files and changes to the repo. If you are not sure which one to choose, select the "master" branch.
Go and click on the right green button with the "code" tag. Be sure to copy any of the https or the SSH links.
Open the terminal in your computer. To do that, you need to type in the search bar "cmd" for Windows or "terminal" if you are using Línux or macOS.
Go to the directory where you want to "pull" (download) the repo. If it doesn't exist, create it. Example: cd Documents/Microverse/Module_1/. You can create a folder manually and then go to it in the terminal using the cd command.
Once you get into your directory, type in the terminal: git clone https or git clone SSH, and then press enter. Example: git clone https://github.com/kinginthenorthcodez/Leaderboard-app-
run npm i to get all the project dependencies and run npm start to run the project.
Ready to work?⛏️ You're all set to explore and change the repo locally (on your computer).
👤 Isaac Maqueen
- GitHub: @kinginthenorthcodez
- Twitter: @kinthenorthcode
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page
Give a ⭐️ if you like this project!
- Stackoverflow!!!
- Inspiration.
- etc.
This project is MIT licensed.