Leaderboard
This project is a Leaderboard where you can pass your scores. The main goal of this project is to practice using an API.
Built With
- HTML, CSS, JavaScript
- SCSS
Live Demo
Click here to see a live version of this app!
Getting Started
To get a local copy up and running follow these steps:
- Clone the project to your local machine.
- Open the folder with your favourite IDE.
- Enter
npm i
- Enter
npm start
Author
- GitHub: @rdnrn
- LinkedIn: Nana Rodina
- Twitter: nana
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Show your support
Give a
Morning session code review 23.12.2021
Nice job, Nana. It seems that everything looks fine and it is hard to find something that needs to be corrected. Here is our input:
<title>Wbpack Exercise</title>
Leaderboard: setup project
Hello!
In this PR I:
Thank you for reviewing my code!
Leaderboard: hit the API
Hello!
In this PR I:
async
andawait
JavaScript features to consume the APIThank you for reviewing my code!
Morning Session Code Review
@Bonke Gcobo Good work on making the meeting the project requirements, the functionality is 💯 I like the fact that you separated the GET function and the POST function for the API calls, this makes your code cleaner.