BOOKSTORE is a website that displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service. using webpack and ES6. I developed the app following a wireframe.
- HTML
- CSS
- Javascript (ES6)
- Webpack
- REST API
- GitHub
- Visual Studio Code
- GitBash
- Webpack
Live Link
- Displays a board of scores
- Adds new score(s) to the board
- Removes score(s) from the board
- Feel free to check the Live demo here
- To clone the project select the desired directory in cmd and run:
git@github.com:demix007/Leaderboard.git
- Install node.js, Install NPM linters for HTML/CSS/JS:
https://github.com/microverseinc/linters-config
- To check the live preview:
open the index.html file in the build folder with a live server
- For StyLint test, run:
npx stylelint "**/*.{css,scss}"
- For WebHint test, run:
npx hint .
- For EsLint test, run:
npx eslint .
- Have basic level knowledge about HTML/CSS/JS/ES6
- Have basic level knowledge about linters/Webpack
- Have basic level knowledge about the working of website
👤 Ayodeji Abidemi
-
Contributions, issues, and feature requests are welcome!
-
Feel free to check the Issues Page
Give a ⭐️ if you like this project!
- I would like to thank Microverse for the templates and insights
This project is MIT licensed.
NOTE: we recommend using the MIT license - you can set it up quickly by using templates available on GitHub. You can also use any other license if you wish.