Skip to content

Mukumbuta/Leaderboard

Repository files navigation

Leaderboard

A JavaScript project for the Leaderboard list app, using webpack and ES6 features, that consumes the Leaderboard API using JavaScript async and await.

Built With

  • Major languages: HTML, SCSS, JavaScript
  • Frameworks: Bootstrap-v5
  • Technologies used: Linters, Git, npm, Webpack, Sass

Getting Started

Prerequisites

You should be having Node.js installed on your computer

Setup

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

  1. Navigate to a folder where you want the cloned file to appear

  2. Clone this repo in your terminal or git bash using the command

    git@github.com:Mukumbuta/Leaderboard.git

  3. run npm install to install all the necessary dependencies including the linters and webpack

  4. Navigate to the folder called Leaderboard and open this project using your editor

  5. You run npm run start to start the local server on port 3000

  6. You also run npm run build to build your project

Run tests (For the linters added)

Run the following commands on your terminal:

  • For HTML, run npx hint .
  • CSS/SCSS, run npx stylelint "**/*.{css,scss}"
  • Javascript npx eslint .

Live demo

  • Link:

Deployment

  • Deployed using GitHub Pages
  • Link: N/A

Author

👤 Emmanuel Simasiku

🤝 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!

🤝 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 snippet was used for...
  • Inspiration
  • etc

📝 License

This project is MIT licensed.

About

A JavaScript project for the Leaderboard list app, using webpack and ES6 features, that consumes the Leaderboard API using JavaScript async and await.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors