- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Leaderboard App] Leaderboard app allow players add their scores and fetch scores from API. All data is preserved using the external Leaderboard API service. Built with HTML, CSS, JavaScript, and Webpack.
This leaderboard app with ES6 bulit with HTML , CSS, Javascript and API
Structure
Layout
Setup
The following are the key features of the application.
- Linters setup
- Setup project with webpack and ES6 features
- HTML template
- style the app with CSS loader
- HTML webpack plugin
- send and receive data from API.
- final touches.
Click the live demo to access the application.
- Click here to see the Live Demo of the project.
- Code editor: VS code or other
- Web browser: like Google Chrome
- git-scm
npm installClone this repository to your desired folder:
cd my-folder
git clone git@github.com:mulugithub/Leaderboard-App.gitTo run the project, open the project using a live server from VS code editor.
cd To-Do-List
code .
npm installTo run this project:
npm startTo run tests, run the following command: To check for html errors run:
npx hint .To check for css errors run:
npx stylelint "**/*.{css,scss}"To check for js errors run:
npx eslint .This project is authored by.
👤 Author1
- GitHub: @mulugithub
- LinkedIn: @muluken-zemed
The following features will add to the project.
- Rebuilt using React
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a star on GitHub.
- I would like to thank Microverse team to give this project and the MV code reviewers.
This project is MIT licensed.
