Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/cvalencia1991/draganddrop

Implement drag and Drop projects using Typescript and any other features in it
https://github.com/cvalencia1991/draganddrop

typescript webpack

Last synced: about 5 hours ago
JSON representation

Implement drag and Drop projects using Typescript and any other features in it

Awesome Lists containing this project

README

        

logo

Drag and Drop

# 📗 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)
- [Prerequisites](#prerequisites)
- [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)
- [❓ FAQ](#faq)
- [📝 License](#license)

# 📖 Drag and Drop

In this Project we implement diferents things to use Typescript using Decorators and another libraries like webpack and Decorators

## 🛠 Built With

### Tech Stack

- TypeScript
- Webpack

Client

### Key Features

- **Implement Decorators with typescript**
- **implement Dom with generic types**
- **implement diferents configurations using Typescript**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://draganddroptypescript.netlify.app/)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

```sh
node 16.0
webbrowser
```

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git clone https://github.com/cvalencia1991/DragAndDrop.git
```

### Install

Install this project with:

```sh
cd my-project
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm install
npm run dev
```

### Run tests

To run tests, run the following command:

```sh
bin/rails test test/models/article_test.rb
```

### Deployment

You can deploy this project using:

```sh
npm run build
```

(back to top)

## 👥 Authors

👤 **Cesar Alberto Valencia Aguilar**

- GitHub: [@githubhandle](https://github.com/cvalencia1991)
- Twitter: [@twitterhandle](https://twitter.com/cvalenciaguilar)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/cvalenciaguilar/)

(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 please give a star ⭐️

(back to top)

## 🙏 Acknowledgments

I would like to thank...

(back to top)

## ❓ FAQ

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

- **could you use this project without using decorators**

- yes, you can use it but it could get more complicate using bind of the methods in the classes

(back to top)

## 📝 License

This project is [MIT](./LICENSE) 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._

(back to top)