LeaderBoard
This is a leader board that displays scores for each name from an API and was created using javascript, webpacks and ES6 format.
Built With
- Major languages: HTML, CSS, JS
Getting Started
To get a local copy and running follow these simple example steps. Prerequisites Setup Install Usage Run tests Deployment
Setup
npm install
npm build
npm start
Run tests
npm test
click here
To see Live versionclick to see
Api consumedAuthors
- GitHub: @summyalena
- Twitter @AOkolike
🤝
Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a
Acknowledgments
- Hat tip to all the Microverse
📝
License
This project is MIT licensed.
finished the second task
Hello Microverse,
I have finished the task and called a leaderboard Api with the following requirements:
finished the first task
Hello Microverse,
I finished the first task and ensured I followed through with the outlined requirements:
Peer to peer code review
Issues raised in the morning meeting (30/08/2022)
Kudos @summyalena 👋 👋 upon completing this milestone, you did great implementing the entire project.
Main highlights
However we raised a few issues here as it will make your entire code even more better than it is.
Please consider;
Peer to Peer Code Review.
Hello @summyalena 😄
You have done well in this project however, there are some suggestions you could consider in future projects.
fetch
by default makes aGET
request.header
tag and oneh1
to improve accessibility.display: flex;
to keep your code base dry.Cheers 😀 and happy coding.