Leaderboard
This is a project that let's you see a list of scores using an API, you can add ypur own and it will be saved on the list forever!
Built With
- HTML
- CSS
- JavaScript
- Webpack
Live Page
Getting Started
To get a local copy up and running follow these simple steps.
Prerequisites
- npm (node package manager)
- Have git correctly installed.
Setup
- Open a terminal window where you want to have installed a copy of the repository.
Install
- Use this command to get a copy:
git clone https://github.com/Kakalanp/Leaderboard.git
- then, run
npm install
, this will install all the dependencies needed.
Usage
- Edit the content as you like.
- Don't forget to run
npm run build
to get your changes in the dist folder.
Authors
- GitHub: @Kakalanp
- Twitter: @LeccaJoaquin
- LinkedIn: LinkedIn
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
Acknowledgments
- Thanks to Microverse for the guidelines.
📝
License
This project is MIT licensed.
Added most styles
Adding some quality of life content in JavaScript (now you can press enter to focus next element in addition).
The page now looks better thanks to CSS!
-Improved font-family for titles and subtitles.
Adding HTML and CSS
Pages of the project is not working yet, as this is just a skeleton