Keep a record of users' scores. Use async functions to consume the API,
POST
new scores andfetch
the updated scoreboard.
This is the link that will direct you to the live version.
- Languages: HTML, CSS, Javascript
- Frameworks
- Technologies used: Webpack
To get a local copy up and running follow these simple example steps.
Clone this repo into your local device by running the following command on your Terminal:
git clone [email protected]:eduardosancho/Leaderboard.git
That will create a folder with the project inside it. Navigate into it to access the files.
Also remember to run:
npm install
This will update the dependencies and download necessary files.
Before you begin testing and experimenting, remember to use the Terminal to create a branch by running:
git checkout -b branch-name
After that you should be ready to go.
npm run build #to prepare and update your dist folder
# and then
npm start #to start a localhost server
Before pushing changes to your branch, I would recommend opening this file:
/.github/workflows/linters.yml
install and run webhint, stylelint, and eslint
These linters will help you fit your code to this repo's syntax standard.
Once you're done with your changes, remember to git pull
before doing git push
this will update
your local copy of the project if someone else made changes to the repo while you worked on your part.
👤 Eduardo Sancho Solano
- GitHub: @eduardosancho
- Twitter: @sanchitobless
- LinkedIn: Eduardo
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.