yemidada / leaderboard-setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Leaderboard: hit the API

πŸ“— Table of Contents

πŸ“– Leaderboard: hit the API

In this project, I will continue working on the Leaderboard list app, sending and receiving data from/to the Leaderboard API.

πŸ›  Built With

Tech Stack

The various stacks used for the project includes the following

HTML
Javascript
CSS
Linters

Key Features

  • Send and receive data from an API.
  • Use API documentation.
  • Understand and use JSON.
  • Make JavaScript code asynchronous.

(back to top)

πŸ’» Getting Started

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer.

Prerequisites

From your command line:

On macOS, by using Homebrew you can install.

# install git
$ brew install git
# install node
$ brew install node

On Windows, by using chocolatey you can install.

# install git
C:\> choco install git
# install node
C:\> choco install node

Setup

Clone this repository to your desired folder:

# Clone this repository
$ git clone https://github.com/yemidada/leaderboard-setup.git

# Go into the repository
$ cd leaderboard-setup

# Install dependencies
$ npm install

Usage

After you clone this repo to your desktop, go to its root directory and run npm install to install its dependencies.

(back to top)

πŸ‘₯ Authors

πŸ‘€ Author

(back to top)

πŸ”­ Future Features

  • Improve the designs

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project you can support us by sharing our code

(back to top)

πŸ™ Acknowledgments

Thanks you microverse for the opinion to opportunity

(back to top)

❓ FAQ

  • Do you need nodejs installed on your machine

    • Yes, nodejs need to be running properly on your machine
  • Can you test linter on your local machine and github

    • Yes, you can do both

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About


Languages

Language:JavaScript 57.4%Language:HTML 22.7%Language:CSS 19.9%