The leaderboard website 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.
- HTML
- CSS
- JavaSript/ES6
- Linters
- NPM
- Webpack
- Babel
- Fetch API
- Sass
To get a local copy up and running follow these simple example steps.
- Git/GitHub/VSCode/Linters/ES6/API/Webpack/Babel/Sass/NPM (Software Packages System)
- Clone GitHub repository
gh repo clone SaidRasinlic/Leaderboard
- Install the devDependencies
npm install
- Install additional Sass loader
npm install sass-loader sass webpack --save-dev
- Install file loader (png,jpg, etc)
npm install file-loader --save-dev
- Build the app
npm run build
- Run the app
npm run dev
Congratulations, enjoy the application! It should be on http://localhost:8080/
👤 Said Rasinlic
- GitHub: @GitHub/SaidRasinlic
- Twitter: @Twitter/SaidRasinlic
- LinkedIn: LinkedIn/SaidRasinlic
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
This project is MIT licensed.