Skip to content

A javascript app where users can input their name and purported current score. It calls an API where said information is saved, for this user and for whatever other users may tap into it.

License

Notifications You must be signed in to change notification settings

German-Cobian/Top-Ranks

Repository files navigation

Top-Ranks

A Javascript app where users can input their name and purported current score. It calls an API (https://us-central1-js-capstone-backend.cloudfunctions.net/api/) where that information is saved, for this user or for whatever other users may tap into it.

Top Ranks

Setup and Install

  • Open your terminal - Windows: Win + R, then type cmd | Mac: Command + space, then type Terminal
  • Navigate to a directory of your choosing using the cd command
  • Run this command in your OS terminal: git@github.com:German-Cobian/Leaderboard.git to get a copy of the project
  • Navigate to the project's directory using the cd command
  • In the clone folder, run npm install and then npm run build
  • To fire up the server run npm start
  • Visit http://localhost:8080/ in your browser to get into the app
  • To start the leaderboard with a new game id open the scoresHandle folder in the src file and change few random characters in the GAME_URL between games/ and /scores/.
  • Here you will find the documentation for the Leaderboard API service

Built With

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • Webpack
  • Gitflow workflow
  • Linters(Lighthouse, stylelint, Webhint, eslint)

Author

👤 German Cobian

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

Guidelines for this project supplied by Microverse

📝 License

MIT licensed.

About

A javascript app where users can input their name and purported current score. It calls an API where said information is saved, for this user and for whatever other users may tap into it.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published