Skip to content

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.

Notifications You must be signed in to change notification settings

andersonlebon/leaderboard

Repository files navigation

R# LEADERBOARD

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.


Desktop version Mobile version
127 0 0 1_5500_dist_index html (2) 127 0 0 1_5500_dist_index html(iPhone 5_SE)

Built With

This project is build with:

  • HTML5, CSS3, Sass
  • JavaScript
  • React

Live Demo

demo

Getting Started

To get the content of this project locally you need to run this command in your terminal:

  • git clone https://github.com/andersonlebon/leaderboard.git
  • cd leaderboard
  • Use npm start to run the app in live server

Test

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

  • After cloning the project you need to run this command

    npm install This command will download all the dependancies of the project

  • For tracking the linter errors in HTML file run:

    npx hint .

  • For tracking the linter errors in CSS file run:

    npx stylelint "\*_/_.{css,scss}"

  • And For tracking the linter errors in JavaScript file run:

    npx eslint .

  • Use npm run build to run the app in live server

Author

👤 Anderson Caleb

🤝 Contributing

Feel free to check the issues page

Show your support

Give a ⭐ if you like this project!

Acknowledgments

  • Thanks to everyone who will get time to check this code especially to code reviewers.

📝 License

This project is MIT licensed.

About

The leaderboard website displays scores submitted by different players. It also allows you to submit your score. All data is preserved thanks to the external Leaderboard API service.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages