Skip to content

nunegabriel/Leaderboard

Repository files navigation

LeaderBoard

This is a project that we created using HTML,CSS and js. It has the functionality of displaying names and scores

Built With

  • HTML
  • CSS
  • JS

Get Started

To get the content of this project locally you need to run the following commands in your terminal.

Prerequisites

  • IDE(code editor) like: Vscode, Sublime, etc.
  • Git

Install

To install linters and other project's dependencies run:

npm install

Setup

  1. Download the Zip file or clone the repo with:
https://github.com/nunegabriel/Leaderboard.git
  1. To access cloned directory run:
cd Leaderboard
  1. run
npm start

to start a local dev server

Run Test for Linters

For tracking linter errors locally you need to follow these steps:

  1. For tracking linter errors in HTML files run:
npx hint .
  1. For tracking linter errors in CSS or SASS files run:
npx stylelint "\*_/_.{css,scss}"
  1. For tracking linter errors in JavaScript files run:
npx eslint .

Author

👤 Gabriel Nunekpeku

Show your support

Give a ⭐ if you like this project!

📝 License

This project is MIT licensed.

About

A Leaderboard list app, using webpack and ES6 features notably modules.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published