Skip to content

stephnna/leaderboard

Repository files navigation

Project Name

Leaderboard

Project Description

In this project I utilized

  • webpack to bundle JavaScript.
  • ES6 syntax to build leaderboard.
  • ES6 modules to write modular JavaScript.
  • Use callbacks and promises.

Built With

  • HTML
  • CSS
  • Javascript
  • Webpack
  • API

Deployment

Live view

screenshot

Getting Started

The goal of this project is to: setup up a JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. I developed a first working version of the app following a wireframe, but without styling. I consumed the Leaderboard API using JavaScript async and await and added some styling.

Authors

👤 Ezea Stephen Nnabuike

Prerequisites

Setup

  • https://github.com/stephnna/leaderboard.git
  • cd leaderboard/
  • Install packages: npm install
  • Start Live Server: npm run dev

-Follow the HTML-CSS linter confuguration to docs to setup linters Link to Microverse linter docs

Run tests

For tracking linters errors locally, you need to follow these steps:

  • For tracking linter errors in HTML file run:
  1. npm install --save-dev hint@6.x
  2. npx hint .
  • For tracking linter errors in CSS file run:
  1. npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.x
  2. npx stylelint "**/*.{css,scss}"
  • For tracking linter errors in Javascript file run:
  1. npm install --save-dev eslint@7.x eslint-config-airbnb-base@14.x eslint-plugin-import@2.x babel-eslint@10.x
  2. npx eslint .

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published