Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abenezer-tilahun/leaderboard
This is a solo project being built in our second module of our curriculum at microverse. its a Leaderboard application were you are able to add your name and score to the leaderboard with the help of an API your details can be stored and retrieved correctly
https://github.com/abenezer-tilahun/leaderboard
bootstrap5 css javascript
Last synced: 19 days ago
JSON representation
This is a solo project being built in our second module of our curriculum at microverse. its a Leaderboard application were you are able to add your name and score to the leaderboard with the help of an API your details can be stored and retrieved correctly
- Host: GitHub
- URL: https://github.com/abenezer-tilahun/leaderboard
- Owner: Abenezer-Tilahun
- Created: 2022-03-08T20:41:25.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-04-16T09:33:05.000Z (over 2 years ago)
- Last Synced: 2024-10-02T14:21:45.253Z (about 1 month ago)
- Topics: bootstrap5, css, javascript
- Language: HTML
- Homepage:
- Size: 571 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Leaderboard
> This is a solo project being built in our second module of our curriculum at microverse. its a Leaderboard application were you are able to add your name and score to the leaderboard with the help of an API your details can be stored and retrieved correctly
![screenshot](images/Screen-Shot-1.PNG)
Our goal here is to Build a Leaderboard application where you can add your name and score to it with the help of an API. click [here]( https://abenezer-tilahun.github.io/Leaderboard/) to see deployed live version### Features implemented so far are:
- Responsive UI/UX design with interactive animation
- Integrated webpack## Built With
- Lighthouse (An open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, SEO and more).
- Webhint (A customizable linting tool that helps you improve your site's accessibility, speed, cross-browser compatibility, and more by checking your code for best practices and common errors).
- Stylelint (A mighty, modern linter that helps you avoid errors and enforce conventions in your styles).
- ESlint (A mighty, modern linter that helps you avoid errors and enforce conventions in JavaScript codes)
- Webpack (Used for bundling JavaScript files for usage in a browser)
- Bootstrap CSS library
- Animate.CSS (A library used for creating interactive UI animations)To get a local copy up and running follow these simple example steps.
### Prerequisites
The basic requirements for building the executable are:
- A working browser application (Google chrome, Mozilla Fire fox, Microsoft edge ...)
- VSCode or any other equivalent code editor
- Node Package Manager (For installing packages like Lighthous, webhint & stylelint used for checking for debugging bad codes before deployment)# Getting Started
#### Cloning the project
```
git clone https://github.com/Abenezer-Tilahun/Leaderboard.git
```## Getting packages and dependencies
To get all package modules required to build the project run:
```
npm install
```
every package module required to build the project is listed in the package.json file. this is used as a reference to get all dependencies.## Building
To build the project run:
```
npm run build
```
after you run this sucessfully you'd locate the build from in the ```dist``` folder located from the parent directory of the project. two files are being built which are, ```main.js and index.html```## Running
To run the program on a browser through a server run this command in your cli
```
npm start
```
This should open the page in your localhost on port 8080. then you'd be able to view the built page generated using webpack.## 🤝 Contributing
Feel free to check the [issues page](../../issues/).
## Authors
👤 **Author1**
- GitHub: [@githubhandle](https://github.com/Abenezer-Tilahun)
- Twitter: [@twitterhandle](https://twitter.com/AbenezerTilah11)
- LinkedIn: [LinkedIn](linkedin.com/in/abenezer-tilahun-4b4b43137)## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- My coding partners## 📝 License
This project is [MIT](./MIT.md) licensed.