The Leaderboard App

The Leaderboard List App is built with webpack and ES6 features, notably modules. This appp uses the Leaderboard API service to store user scores.

Screenshot

screenshot

Built with

  • Major languages: React.js, CSS
  • Technologies used: Github, Linters, Webpack, Gitflow, Babel

Prerequisites

  • npm ( Node Package Manager )
  • git and Github Account

Getting Started

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

  • Open terminal

  • Change the directory then run the following:

Setup

  • npm install on the root directory of your project

  • npm start Runs the app in the development mode.

  • Open http://localhost:3000 to view it in your browser.

  • npm run build Builds the app for production to the build folder.

Install

Run Linters

  • Stylelint linter
    • npx stylelint "**/*.{css,scss}" on the root of your directory of your project.
  • ESLint linter
    • npx eslint . on the root of your directory of your project.

Authors

? Mengstu Fentaw

Contributers

Acknowledgments

  • To morning session team,reviewers and standup team memebers.

Live Demo

FOLLOW THIS LINK TO SEE THE LIVE DEMO

? License

This project is MIT licensed.

GitHub

View Github