- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 📝 License
In this activity I set up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, modules. I developed a first working version of the app following a wireframe, but without styling - just focus on functionality.
Created a new game using the API. Implemented the "Refresh" button that got all scores for the game created from the API (receiving data from the API and parsing the JSON). Implemented the form "Submit" button that saved a score for a game created (sending data to the API). arrow functions used instead of the function keyword. i used async and await JavaScript features to consume the API.
[Leaderboard]
Describe the tech stack and include only the relevant sections that apply to your project.
preserve data in the browser.
- Use ES6 modules, with import and export.
Describe how a new developer could make use of your project.
To get a local copy up and running, follow these steps.
git clone https://github.com/boniface193/leaderboard.git
cd leaderboard
npm install
In order to run this project you need:
Node js
Clone this repository to your desired folder:
Install this project with:
npm install
Mention all of the collaborators of this project.
👤 Author1 Ikechukwu
- GitHub: @boniface193
- Twitter: @bidtechnologies
- LinkedIn: boniface-ikechukwu
adding the css styles to make the design look good.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
This project is MIT licensed.