eduardosancho / Leaderboard

Track the deathcount of players from the videogame Elden Ring. Users can input their deathcount and see other people's.

Home Page:https://eduardosancho.github.io/Leaderboard/dist/index.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaderboard

Keep a record of users' scores. Use async functions to consume the API, POST new scores and fetch the updated scoreboard.

Live Version

This is the link that will direct you to the live version.

screenshot

Built With

  • Languages: HTML, CSS, Javascript
  • Frameworks
  • Technologies used: Webpack

Getting Started

To get a local copy up and running follow these simple example steps.

Setup

Clone this repo into your local device by running the following command on your Terminal:

git clone git@github.com: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.

Usage

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.


Running locally

npm run build #to prepare and update your dist folder

# and then

npm start #to start a localhost server

Run tests

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.

Deployment

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.

Author

👤 Eduardo Sancho Solano

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

Track the deathcount of players from the videogame Elden Ring. Users can input their deathcount and see other people's.

https://eduardosancho.github.io/Leaderboard/dist/index.html


Languages

Language:JavaScript 59.4%Language:CSS 25.2%Language:HTML 15.4%