Leader-board
This project was created consuming the Api https://us-central1-js-capstone-backend.cloudfunctions.net/api/ provided by microvese. I created a simple leader board page using this id ('TyBBHuPCY3ocPCrEApVV'). The user simply introduces the name of the player and the score. Clicking the submit button the page sends the information to the Api and it can be viewed by clicking the refresh button.
A Leader board single page application
https://sj1978.github.io/Leader-board-project/
Clone the repo and enter the directory.
git clone https://github.com/sj1978/Leader-board-project.git
After this you can run the app by opening index.html
under the src
directory.
If you want to experiment with the app follow these simple example steps.
You need to have npm
installed on your local machine.
Install the npm packages.
npm install
Run npm run start
to start the local server and try the app.
npm run start
👤 Anibal Amoroso
Give a ⭐️ if you like this project!
Microverse
This project is MIT licensed.