Skip to content

boniface193/leaderboard

Repository files navigation

Leaderboard


Microverse README Template

📗 Table of Contents

📖 [Leaderboard]

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]

🛠 Built With

Tech Stack

Describe the tech stack and include only the relevant sections that apply to your project.

html
css
JavaScript

Key Features

preserve data in the browser.

  • Use ES6 modules, with import and export.

(back to top)

💻 Getting Started

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

Prerequisites

In order to run this project you need:

Node js

Setup

Clone this repository to your desired folder:

Install

Install this project with:

npm install

👥 Authors

Mention all of the collaborators of this project.

👤 Author1 Ikechukwu

(back to top)

🔭 Future Features

adding the css styles to make the design look good.

(back to top)

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

📝 License

This project is MIT licensed.

(back to top)

About

pure functions methodology was adopted for this project, creating of reusable functions with vanilla js

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published