Leaderboard

The project is meant to retrieve data from API and display it on the web. The Project also allows for additional data where a user can add their own data through the input fields to be displayed on the web.

MIT License

Stars
10

📗 Table of Contents

📖 Leaderboard

To Do List is a project that consists of building a single page application with HTML, CSS and JS that allows users to add and remove books from a list.

🛠 Built With

Tech Stack

Key Features

  • Support for all Browsers
  • Use of semantic HTML in the code structure
  • Manage collections with Class javascript
  • webpack
  • Gitflow
  • API
  • Single page application approach

🚀 Live Demo

💻 Getting Started

To get a local copy up and running, follow these steps.

Setup

Clone this repository to your desired folder:

  cd my-folder-name
  git clone https://github.com/Kidd254/Leaderboard

Prerequisites

In order to install, modify and run this project, it is necessary to have the following applications installed:

It is also important to have at least basic knowledge of HTML, CSS and Javascript languages, so you will be able to understand and work with the html and css code of the project.

Install

Install this project by running the next command into your project folder:

  npm install

Usage

Open the HTML, CSS or Javascript files and modify the internal code and then run the following command:

  npx run .
  npx stylelint "**/*.{css,scss}"
  npx eslint .

This will show you a log with details about errors (if any) and changes that would be necessary to solve those errors and improve the code.

Note: Please only modify the HTML, CSS and Javascript files. Do not modify the configuration files of the project.

👥 Authors

👤 Lawrence Muema Kioko

🔭 Future Features

  • Created an npm project with webpack
  • Wrote plain HTML markup with minimum styling
  • Used ES6 modules, with import and export
  • Created a new game with the name of my choice by using the API
  • Made sure that I saved the ID of my game that will be returned by API
  • Implemented the "Refresh" button that will get all scores for a game created by me from the API (receiving data from the API and parsing the JSON)
  • Implemented the form "Submit" button that will save a score for a game created (sending data to the API)
  • Used arrow functions instead of the function keyword.
  • Used async and await JavaScript features to consume the API.
  • improved the look and feel of the application, adding the styles of my choice
  • Kept the general layout of the wireframe, as the only mandatory requirement

🤝 Contributing

Contributions, issues, suggestions and feature requests are welcome! Feel free to check the issues page.

To do Contributions, please fork this repository, create a new branch and then create a Pull Request from your branch. You can find detailed description of this process in: A Step by Step Guide to Making Your First GitHub Contribution by Brandon Morelli

⭐️ Show your support

If you liked this project, give me a "Star" (clicking the star button at the beginning of this page), share this repo with your developer community or make your contributions.

🙏 Acknowledgments

I would like to thank my Microverse teammates for their support. They have supported me a lot in carrying out this project, giving me suggestions, good advice and solving my code doubts.

📝 License

This project is MIT licensed.

Related Projects