Skip to content

In this project, we're challenged to create a leaderboard, that uses an API to handle the data when adding a new user & score and to retrieve a list with all users and scores that were added.

Notifications You must be signed in to change notification settings

nelsinofrancisco/leaderboard

Repository files navigation

Todo-list

In this project we're challenged to create a leaderboard, that uses a API to handle the data when adding a new user & score, and to retrieve a list with all users and scores that were added.

screenshot

Built With

  • Js
  • Html
  • Css

Live Demo

Live Demo Link

Getting Started

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

Prerequisites

  • Git/GitHub;
  • Optional ( IDE installed in your machine ) - recommended IDE: Vscode;
  • Node installed locally;

Setup

  • To clone this repo:
    • Open the Terminal(Mac/Linux) or the Cmd (Windows);
    • Navigate to where you want to paste the Repo folder;
    • Type git clone https://github.com/nelsinofrancisco/leaderboard.git;
    • Open the folder todo-list that was created on your IDE;

Install

  • To install all the dependencies in the package-lock.json:
    • Open the Terminal(Mac/Linux) or the Cmd (Windows);
    • Navigate to be inside the todo-list repo folder;
    • Run npm install or npm i;

Run tests

  • Linters Tests:
    • Eslint: run npx eslint .
    • Stylelint: run npx stylelint "**/*.{css,scss}"
    • WebHint: run npx hint --telemetry=off .
    • LightHouse: run lhci autorun --upload.target=temporary-public-storage --collect.staticDistDir=.
  • Run a Live Version of the Dist Folder:
    • Run npm start
  • To build the webpack:
    • Run npm run build

Deployment

The Page is Deployed in the branch gh-pages;

Authors

👤 Author1

🤝 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!

Acknowledges

📝 License

This project is MIT licensed.

About

In this project, we're challenged to create a leaderboard, that uses an API to handle the data when adding a new user & score and to retrieve a list with all users and scores that were added.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages