- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Leaderboard is a project that let users to see a list of scores. It also provide user a form to add his own scores to the list. It uses the Leaderboard API to get and post scores.
This project is coded with standard languages like HTML5, CSS3 and JavaScript.
Client
- You can see a score list.
- You can fetch scores from the Leaderboard API
- You can add a new score and send it to the Leaderboard API.
To get a local copy up and running, follow these steps.
In order to run this project you need:
In order to run this project you need:
-
Git or Github Desktop
-
Code editor like: Visual Studio code, Sublime text or others...
-
Npm and Node.js
- You can download the Zip file on the GitHub repository, or clone the repository with:
git clone https://github.com/elafildecolor/LeaderBoard.git
- Access the cloned directory with:
cd LeaderBoard
- Open it with your favorite code editor or with the live server
To install run:
npm install
To analyze the source code in your local environment with linter follow these steps:
- Looking for linter errors in HTML files run:
npx hint .
- Looking for linter errors in CSS | SASS files run:
npx stylelint "**/*.{css,scss}"
- Looking for linter errors in JavaScript files run:
npx eslint .
👥 Paul Sáenz Sucre
- GitHub: @elafildecolor
- Twitter: @paulsaenzsucre
- LinkedIn: LinkedIn
- Manage more than one game scores
- Ordering the score list
- Drag and drop to reorder scores
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.
- Thanks for all the curated content that was provided to us.
- Thanks to my learning and coding partners for all their support.
This project is MIT licensed.