https://github.com/fuadmoin/leaderboard
A simple project that uses webpack to manipulate DOM by accepting data from user and displaying it.
https://github.com/fuadmoin/leaderboard
css html5 javascript webpack
Last synced: 3 months ago
JSON representation
A simple project that uses webpack to manipulate DOM by accepting data from user and displaying it.
- Host: GitHub
- URL: https://github.com/fuadmoin/leaderboard
- Owner: fuadmoin
- Created: 2023-03-14T10:30:05.000Z (over 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-03-16T11:45:46.000Z (over 3 years ago)
- Last Synced: 2025-02-26T15:14:19.842Z (over 1 year ago)
- Topics: css, html5, javascript, webpack
- Language: JavaScript
- Homepage:
- Size: 860 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Leaderboard
# 📗 Table of Contents
- [📖 About the Project](#about-project)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [📝 License](#license)
**Leaderboard** is a simple project that accepts a name and a score from the user, then calls a leaderboard api service to store and fetch data.
- **HTML, CSS, and JavaScript**
- **html styled with css and javascript**
- **uses webpack**
- **uses API**
- **mobile and desktop version available**
> Check out the live demo for this project [here.](https://fuadmoin.github.io/Leaderboard/dist/)
To get a local copy up and running, follow these steps.
Web Browser, Code Editor.
Clone this repository to your desired folder:
Example commands:
```sh
cd my-folder
git clone https://github.com/fuadmoin/TODOLIST.git
```
VS CODE
```
$ npm install
$ npm start
```
After you open it in a live server try to add and see if it displays the input.
You can deploy this project using Github-Page.
👤 **Fuad Abdlemoin**
- GitHub: [@fuadmoin](https://github.com/fuadmoin)
- Twitter: [@Fuad01804580](https://twitter.com/Fuad01804580)
- LinkedIn: [Fuad Moin](https://www.linkedin.com/in/fuad-moin-a7b126259/)
- [ ] **[more styling will be done]**
Contributions, [issues](https://github.com/fuadmoin/Leaderboard/issues), and feature requests are welcome!
If you like this project please consider starring it.
I would like to thank [Microverse](https://www.microverse.org/) for giving me this chance to work on this project.
This project is [MIT](./MIT.md) licensed.