"leader board" is a simple website that displays a list of leaders and allows you to add players and scores to that list. By building this application, I learned how to manage data using JavaScript async code.
- HTML
- JavaScript
- CSS
- Webpack
- Javascript DOM manipulation
- API queries
coming soon...
- Have git installed. (For version control)
- Have text editor installed. (VSCode, sublime, atom)
- Have CSS,HTML & JS Linters installed and configured. For further information, visit this link to get better understanding on each linters used on this project.
Clone this repository to your desired folder:
git clone git@github.com:Juank628/leaderboard.git
Install this project with:
- npm install (to install all the packages needed)
- npm run build (to generate the distribution files)
- npm run dev (to start the Webpack dev server)
Feel free to change the webpack.config.js file to modify the dev server settings.
To register a player:
- Type the player name and score.
- Press enter key.
- The player will be added to the list and will be displayed in it's corresponding position.
👤 Juan Carlos Sanchez
- GitHub: @Juank628
- Twitter: @juancadev81
- LinkedIn: LinkedIn
- Database connection
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, please give us an star