Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucas-erkana/webpack_setup

Webpack is a static module bundler for modern JavaScript applications. It's intelligent enough to build all app dependencies based just on your file imports. It starts from a list of modules defined as entry points and recursively builds a dependency graph that includes every module the application needs.
https://github.com/lucas-erkana/webpack_setup

html-css-javascript webpack

Last synced: 5 days ago
JSON representation

Webpack is a static module bundler for modern JavaScript applications. It's intelligent enough to build all app dependencies based just on your file imports. It starts from a list of modules defined as entry points and recursively builds a dependency graph that includes every module the application needs.

Awesome Lists containing this project

README

        

Leaderboard App

# 📗 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)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Leaderboard App

> A simple leaderboard app from microverse curriculam.

**Leaderboard App**

## 🛠 Built With

### Tech Stack

Languages


  • HTML

  • CSS

  • Javascript

Bundler


  • Webpack

Server


  • Github

### Key Features

- **Add name and scores to the leaderboard**
- **Acquire data from leaderboard api**

(back to top)

#### 🔭 Future Features

- [ ] **Change styles**

## 🚀 Live Demo

> Add a link to your deployed project.

- Live Demo Link

(back to top)

## 💻 Getting Started

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

### Setup

Clone this repository to your desired folder:

```sh
git clone [email protected]:portfolio-roy/leaderboard.git
cd to-do-list
```

### Install

Install this project with:

```sh
npm install
```

### Usage

To run the project in a development server, execute the following command:

```sh
npm start
```

To to build for the production, execute the following command:

```sh
npm run build
```

### Deployment

You can deploy this project using [Github Pages](https://docs.github.com/en/pages/getting-started-with-github-pages/creating-a-github-pages-site)

(back to top)

## 👥 Author

👤 **Utsargo Roy**

- GitHub: [@utsargo](https://github.com/utsargo)
- Twitter: [@royutsargo](https://twitter.com/royutsargo)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/utsargo-roy/)

(back to top)

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

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

(back to top)

## ⭐️ Show your support

If you like this project give me a star.

(back to top)

## 🙏 Acknowledgments

Thanks to my friend [Lucas](https://github.com/Lucash2022) for a good insight of the code.

(back to top)

## ❓ FAQ

> Add at least 2 questions new developers would ask when they decide to use your project.

- **What is this project?**

- It's a project of micoverse curriculam.

- **Is there any SQL database for this site**

- No, there isn't. However, I used javascirpt objects stored in a file as a small database.

(back to top)

## 📝 License

This project is [MIT](./LICENSE) licensed.

(back to top)