Hello! I am a software developer! I can help you build a product, feature or website. Tak a look of my works. If you like what you see and have a project you need coded, don’t hesitate and contact me.
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.
- CSS
- HTML
- JavaScript ES6
- Webpack
To get a local copy up and running follow these simple steps:
- Open your terminal and navigate to the folder you would like to put these files.
- Type these commands into the terminal:
- git clone https://github.com/rbanos-mv/leaderboard.git
- cd leaderboard
- npm install
- To build the project with webpack
- npm run build
- Open dist/index.html in you web browser.
- To run the webpack dev server
- npm run start
- Your web browser will open on localhost:8080
👤 Roberto A. Baños Alvarez
- GitHub: @rbanos-mv
- Twitter: @RobertoBanosMV
- LinkedIn: Roberto A Baños Alvarez
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Background image downloaded from pressstart.vip
- Flickering neon sign effect was adapted from the code by George W. Park
This project is MIT licensed.