Baroka-wp / Leaderboard

JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. Consume the Leaderboard API using JavaScript async and await

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Leaderboard

This app is to manage leaderBoard List

Built With

  • Html
  • Css
  • Js
  • Linter
  • Webpack
  • Jest

Live demo

Leaderboard

Mockup

3-devices-white

Authors

👤 Author : IROTORI Baroka

Install

Run the project in your local machine

  • Clone the repository
  git clone https://github.com/Baroka-wp/Leaderboard.git

  cd Leaderboard
  • install all dependances
npm install
  • Run the server
npm start

Run Linters tests

To track linter errors locally follow these steps:

Download all the dependencies run:

npm install

Track HTML linter errors run:

npx hint .

Track CSS linter errors run:

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

Track JavaScript linter errors run:

npx eslint ."

Deployment

  • github page

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Show your support

Give a ⭐️ if you like this project!

Acknowledgments

📝 License

This project is MIT licensed.

About

JavaScript project for the Leaderboard list app, using webpack and ES6 features, notably modules. Consume the Leaderboard API using JavaScript async and await


Languages

Language:JavaScript 47.2%Language:CSS 32.4%Language:HTML 20.4%