{"id":23707448,"url":"https://github.com/loltolo-lesapiti/leaderboard","last_synced_at":"2025-09-29T18:31:02.461Z","repository":{"id":61003675,"uuid":"530422221","full_name":"Loltolo-Lesapiti/Leaderboard","owner":"Loltolo-Lesapiti","description":"The leaderboard website displays scores submitted by different players. It also allows you to submit your score.","archived":false,"fork":false,"pushed_at":"2022-09-02T07:19:52.000Z","size":721,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"dev","last_synced_at":"2024-12-30T16:47:21.196Z","etag":null,"topics":["bootsrap5","css3","html5","javascript-es6"],"latest_commit_sha":null,"homepage":"https://lucky-cobbler-09613f.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Loltolo-Lesapiti.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-29T23:03:12.000Z","updated_at":"2024-07-24T18:26:00.000Z","dependencies_parsed_at":"2022-10-08T06:32:42.332Z","dependency_job_id":null,"html_url":"https://github.com/Loltolo-Lesapiti/Leaderboard","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loltolo-Lesapiti%2FLeaderboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loltolo-Lesapiti%2FLeaderboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loltolo-Lesapiti%2FLeaderboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Loltolo-Lesapiti%2FLeaderboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Loltolo-Lesapiti","download_url":"https://codeload.github.com/Loltolo-Lesapiti/Leaderboard/tar.gz/refs/heads/dev","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234648901,"owners_count":18865967,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bootsrap5","css3","html5","javascript-es6"],"created_at":"2024-12-30T16:47:29.976Z","updated_at":"2025-09-29T18:31:01.916Z","avatar_url":"https://github.com/Loltolo-Lesapiti.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Leaderboard Application.\n\n\u003e This is a styled leaderboard application that; Send and receive data from an API, uses API documentation and demostrated working with JSON files using JavaScript code asynchronous.\n\n## Built with\n\n- HTML CSS JAVASCRIPT.\n\n## Additional Tools\n\n- WebHint\n- Stylelint\n- ESlint\n- Webpack\n\n## Live demo\n\nYou can watch [here](https://loltolo-lesapiti.github.io/Leaderboard/dist/) a live demo of our project.\n\n## Test\n\nTo track linter errors locally follow these steps:\n\nDownload all the dependencies run:\n\n```\nnpm install\n```\n\nTrack HTML linter errors run:\n\n```\nnpx hint .\n```\n\nTrack CSS linter errors run:\n\n```\nnpx stylelint \"**/*.{css,scss}\"\n```\n\nTrack JavaScript linter errors run:\n\n```\nnpx eslint .\"\n```\n\n## Authors\n\n👤 **Petro Loltolo Lesapiti**\n\n- GitHub: [@petrolesapiti](https://github.com/Loltolo-Lesapiti)\n- LinkedIn: [@petrolesapiti](https://www.linkedin.com/in/petrolesapitiloltolo/)\n\n## Collaborators\n\n## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\n## Getting Started\n\nTo get a local copy follow these simple steps:\n\n**Clone Your Github Repository**\nFollow these steps to clone your\n**Clone Your Github Repository**\nFollow these steps to clone my Github repo on Windows:\n\n1. Open Git Bash;\n\n- If Git is not already installed, it is super simple. Just go to the Git Download Folder and follow the instructions.\n\n2. Go to the current directory where you want the cloned directory to be added;\n\n- To do this, input cd and add your folder location. You can add the folder location by dragging the folder to Git bash.\n- $ cd '/c/Users/Documents/My Git Project'\n\n3. Go to the page of the repository that you want to clone.\n\n4. Click on “Clone or download” and copy the URL.\n5. Use the git clone command along with the copied URL from earlier;\n\n- $ git clone https://github.com/Loltolo-Lesapiti/Leaderboard\n\n6. Press Enter;\n\n- $ git clone https://github.com/Loltolo-Lesapiti/Leaderboard\n  Cloning into Git …\n  remote: Counting objects: 13, done.\n  remote: Compressing objects: 100% (13/13), done.\n  remove: Total 13 (delta 1), reused 0 (delta 1)\n  Unpacking objects: 100% (13/13), done.\n  **Congratulations, you have created your first local clone from your remote Github repository.**\n\n  ## 🤝 Contributing\n\nContributions, issues, and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/Loltolo-Lesapiti/Leaderboard/issues).\n\n## Show your support\n\nGive a ⭐ if you like this project!\n\n## Acknowledgments\n\n- Hat tip to anyone whose code was used\n- Inspiration\n- etc\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n_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._\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floltolo-lesapiti%2Fleaderboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floltolo-lesapiti%2Fleaderboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floltolo-lesapiti%2Fleaderboard/lists"}