https://github.com/serengia/leaderboard-project--gitflow
Leaderboard App project build using webpack. You can a new scores and submitting it to an API. The data displayed is also fetched from the API.
https://github.com/serengia/leaderboard-project--gitflow
api gitflow webpack
Last synced: 29 days ago
JSON representation
Leaderboard App project build using webpack. You can a new scores and submitting it to an API. The data displayed is also fetched from the API.
- Host: GitHub
- URL: https://github.com/serengia/leaderboard-project--gitflow
- Owner: serengia
- Created: 2023-01-31T09:46:03.000Z (over 3 years ago)
- Default Branch: development
- Last Pushed: 2023-02-01T04:49:31.000Z (over 3 years ago)
- Last Synced: 2025-06-23T22:43:48.230Z (11 months ago)
- Topics: api, gitflow, webpack
- Language: JavaScript
- Homepage: https://serengia.github.io/leaderboard-project--gitflow/dist
- Size: 251 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# 📗 Table of Contents
- [📗 Table of Contents](#table-of-contents)
- [Todo list App -- with Webpack ](#todo-list-app--with-webpack)
- [🛠 Built With ](#built-with)
- [Key Features ](#key-features)
- [🚀 Live Demo ](#live-demo)
- [Getting Started ](#getting-started)
- [Install ](#install)
- [Author ](#author)
- [🔭 Future Features ](#future-features)
- [🤝 Contributing ](#contributing)
- [Show your support ](#show-your-support)
- [Acknowledgments ](#acknowledgments)
- [📝 License ](#license)
# Leaderboard App -- with Webpack
> Leaderboard App project build using webpack. You can a new scores and submitting it to an API. The data displayed is also fetched from the API.
- Javascript
- Webpack
> Key features of the application.
- **Adding a new scores and submitting it to an API.**
- **Fetching data from the API and displaying on the UI.**
- **UI/UX implementation.**
> You can see a live demo via the link bellow.
- [Live Demo Link](https://serengia.github.io/leaderboard-project--gitflow/dist)
To get a local copy up and running follow these simple example steps.
```js
npm install
```
To build a webpack bundle file,run
```js
npm run build
```
If you want to build and run the local server, run
```js
npm start
```
👤 **James Serengia**
- GitHub: [@githubhandle](https://github.com/serengia)
- Twitter: [@twitterhandle](https://twitter.com/JamesSerengia)
- LinkedIn: [LinkedIn](https://linkedin.com/in/james-serengia)
- [ ] **Reordering a selected item (as drag-and-drop)**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
- Hat tip to anyone who inspired this project
This project is [MIT](./MIT.md) licensed.
_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._