An open API service indexing awesome lists of open source software.

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.

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.

## 🛠 Built With

- Javascript
- Webpack

### Key Features

> 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.**

(back to top)

## 🚀 Live Demo

> You can see a live demo via the link bellow.

- [Live Demo Link](https://serengia.github.io/leaderboard-project--gitflow/dist)

(back to top)

## Getting Started

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

### Install

```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
```

## Author

👤 **James Serengia**

- GitHub: [@githubhandle](https://github.com/serengia)
- Twitter: [@twitterhandle](https://twitter.com/JamesSerengia)
- LinkedIn: [LinkedIn](https://linkedin.com/in/james-serengia)

## 🔭 Future Features

- [ ] **Reordering a selected item (as drag-and-drop)**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

## Show your support

Give a ⭐️ if you like this project!

## Acknowledgments

- Hat tip to anyone who inspired this project

## 📝 License

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._