{"id":24273152,"url":"https://github.com/errea/leader-board-project","last_synced_at":"2026-05-23T07:35:21.652Z","repository":{"id":48363629,"uuid":"390037732","full_name":"errea/leader-board-project","owner":"errea","description":"In this activity you will set up a JavaScript project for the Leaderboard list app, using Webpack and ES6 features, notably modules","archived":false,"fork":false,"pushed_at":"2021-07-30T14:51:17.000Z","size":15569,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2023-03-04T15:38:52.020Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/errea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-27T15:38:45.000Z","updated_at":"2021-07-29T21:41:19.000Z","dependencies_parsed_at":"2022-09-05T14:11:40.089Z","dependency_job_id":null,"html_url":"https://github.com/errea/leader-board-project","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errea%2Fleader-board-project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errea%2Fleader-board-project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errea%2Fleader-board-project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/errea%2Fleader-board-project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/errea","download_url":"https://codeload.github.com/errea/leader-board-project/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":234088308,"owners_count":18777920,"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":[],"created_at":"2025-01-15T19:18:26.515Z","updated_at":"2025-09-24T13:31:56.012Z","avatar_url":"https://github.com/errea.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](https://img.shields.io/badge/Microverse-blueviolet)\n\n# JavaScript - Build with Webpack  [Todo List Exercise].\n\nIn this activity you will set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. You should develop a first working version of the app following a wireframe, but without styling - just focus on functionality. [Find project specifications here](https://github.com/microverseinc/curriculum-javascript/blob/main/leaderboard/m1_basic_structure.md)\n      \n\n\u003cdiv align=\"center\"\u003e\n\n[![View Code](https://img.shields.io/badge/View%20-Code-green)](https://github.com/errea/leader-board-project)\n[![Github Issues](https://img.shields.io/badge/GitHub-Issues-orange)](https://github.com/errea/leader-board-project/issues)\n[![GitHub Pull Requests](https://img.shields.io/badge/GitHub-Pull%20Requests-blue)](https://github.com/errea/leader-board-project/pull/1)\n\n\u003c/div\u003e\n\n## 📝 Contents\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"#with\"\u003eBuilt with\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"#gs\"\u003eGetting started\u003c/a\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;|\u0026nbsp;\u0026nbsp;\u0026nbsp;\n\u003ca href=\"#author\"\u003eAuthor\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e# [Description]\n\u003eThe leaderboard website displays scores submitted by different players. It also allows you to submit your score. Project 1: basic page structure.\n\n\n## 🔧 Built with\u003ca name = \"with\"\u003e\u003c/a\u003e\n\n- JavaScript\n- DOM\n- [Webpack config](hhttps://webpack.js.org/guides/getting-started/)\n- ES6 Modules \n- [Gitflow](https://github.com/microverseinc/curriculum-transversal-skills/blob/main/git-github/articles/gitflow.md)\n  \n  \u003e# [Live Preview](https://determined-jennings-a4d5e7.netlify.app/)\n\n![screenshot](./src/img/screen-shot.png)\n## Getting Started \u003ca name = \"gs\"\u003e\u003c/a\u003e\n\u003e To get a local copy up and running follow these simple example steps.\n\n\u003cdetails\u003e\n  \u003csummary\u003eGet instructions\u003c/summary\u003e\n\n```\n$ cd \u003cfolder\u003e\n```\n\n~~~bash\n$ git clone https://github.com/errea/leader-board-project\n$ cd leader-board-project\n~~~\n\nRun `npm Install` to install the node modules and webpacker.\n\nRun `npm start` or `npm watch` opens on `http://localhost:8080/` in your browser.\n\nRun `npm run build` to build the bundler.\n\n## Set up\n* Open your terminal and locate the folder you want to clone the repository and follow the steps above to install\n\n\u003c/details\u003e\n\n## Project Structure\n\n    WEBPACK-TODO_LIST\n    ├── dist\n    │   └── index.bundle.js\n        └── index.html\n    └── node_modules\n    └── .github\\workflows\n        └── linters.yml\n    └── src\n        └── /img\n      └── index.html\n      └── index.js   \n      └── style.css\n    └── .eslintrc.json\n    └── .gitignore\n    └── .hintrc\n    └──.stylelintrc.json\n    └── MIT.md\n    └── package-lock.json\n    └── package.json\n    └──README.md\n    └── webpack.config.js\n\n## ✒️  Authors \u003ca name = \"author\"\u003e\u003c/a\u003e\n\n👤 **Eri**\n\n- Github: [@errea](https://github.com/errea)\n- Twitter: [@Erreakay](https://github.com/errea)\n- Linkedin: [Eri Okereafor](https://www.linkedin.com/in/eri-ngozi-okereafor/)\n  \n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\nFeel free to check the [issues page](https://github.com/errea/leader-board-project/issues)\n## 👍 Show your support\n\n- Microverse: [@microverse](https://www.microverse.org/)\n\n## Acknowledgments\n\n- Microverse\n\n## 📝 License\n\nThis project is [MIT](./MIT.md) licensed.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrea%2Fleader-board-project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ferrea%2Fleader-board-project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ferrea%2Fleader-board-project/lists"}