Giter Club home page Giter Club logo

leaderboard's Introduction

πŸ“— Table of Contents

πŸ“– [Leaderboard]

[Leaderboard] website displays scores submitted by different players. It also allows you to submit your score. .

πŸ› οΈ Built With

Tech Stack

Client HTML, CSS and Javascript

Key Features

  • Follow JavaScript best practices.
  • Set up using webpack.
  • Fetch and disply players scores
  • Add a new player
  • Refresh the board content

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need a web browser, node, npm and an IDE like VS Code should be installed in your computer.

Setup

Open Terminal & Clone this repository to your desired folder:

cd <path-to-the-folder>
git clone https://github.com/kifle23/Leaderboard.git
cd Leaderboard
code .

Install

Install this project using the cloned repo or download and use the files to your local machine.

cd <path-to-the-cloned-repo>
code .

Usage

To run the project, execute the following command:

  npm run start

Run tests

To run tests, run the following commands:

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

πŸš€ Live-Demo

  • Coming soon...

πŸ‘₯ Authors

πŸ‘€ Kifle Haile

🀝 Contributing

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

⭐️ Show your support

If you like this project feel free to share with your friends.

πŸ™ Acknowledgments

I would like to thank Microverse for this amazing exercise.

πŸ“ License

This project is MIT licensed.

leaderboard's People

Contributors

kifle23 avatar

Stargazers

 avatar  avatar  avatar Mulualem Sintayehu avatar  avatar  avatar  avatar Ahmed Mohammed Nesru avatar Fasil Teshome avatar Abdul Ali Noori avatar Salim Bamahfoodh avatar Foga Kater Amos avatar Shalini Nayan avatar Musangamfura Emmanuel  avatar

Watchers

 avatar

leaderboard's Issues

Peer to peer code review May 25

Hi @kifle23 , good job so far on the leaderboard project.

Below are some ideas and suggestions about the project, cheers! πŸ‘πŸ½

Got One issue βœ”οΈ

  • You are returning a promise in /file Modules/post.js, line number [~20]
  • Make sure to return the converted value
  • await response.json() if , `response.headers.get('Content-type') === 'application/json'
  • Or response.text() if , `response.headers.get('Content-type') === 'text/html'

HIGHLIGHTS 🎯

  • The project is well structured and organized into folders/directories βœ…
  • The project has comprehensive README documentation βœ…
  • The project is very readable and easy to maintain due to the descriptive comments in your files πŸ₯‡
  • RECOMMENDATIONS πŸ€”
  • Please make your app responsive for most screen sizes.
  • Great job! πŸ‘πŸ‘πŸ‘Š

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.