The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to an external API.
- HTML
- CSS
- JAVASCRIPT (ES6)
- WEBPACK
To get a local copy up and running follow these simple steps.
some knowledge on npm
webpack and ES6
- Clone repository
- run
npm start
- Node modules
- HtmlWebpackPlugin
npm install --save-dev html-webpack-plugin
- Load CSS
npm install --save-dev style-loader css-loader
- Setup local dev server
npm install --save-dev webpack-dev-server
👤 Author
- GitHub: @chukwuemeka1234
- Twitter: @avc_victor
- LinkedIn: ani-chukwuemeka
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
This project is MIT licensed.