Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/muhammad-fiaz/open-actions

open-actions is a lightweight JavaScript library offering jQuery-like features, including AJAX, DOM manipulation, and event handling. Simplify your code with modern, efficient, and intuitive APIs.
https://github.com/muhammad-fiaz/open-actions

bun javascript js npm npm-module npm-package npmjs open-action open-actions package ts typescript

Last synced: 8 days ago
JSON representation

open-actions is a lightweight JavaScript library offering jQuery-like features, including AJAX, DOM manipulation, and event handling. Simplify your code with modern, efficient, and intuitive APIs.

Awesome Lists containing this project

README

        



# open-actions

[![GitHub License](https://img.shields.io/github/license/muhammad-fiaz/open-actions)](https://github.com/muhammad-fiaz/open-actions/blob/main/LICENSE)
[![GitHub Contributors](https://img.shields.io/github/contributors/muhammad-fiaz/open-actions)](https://github.com/muhammad-fiaz/open-actions/graphs/contributors)
[![GitHub Sponsors](https://img.shields.io/github/sponsors/muhammad-fiaz)](https://github.com/sponsors/muhammad-fiaz)
[![GitHub Issues](https://img.shields.io/github/issues/muhammad-fiaz/open-actions)](https://github.com/muhammad-fiaz/open-actions/issues)
[![GitHub Pull Requests](https://img.shields.io/github/issues-pr/muhammad-fiaz/open-actions)](https://github.com/muhammad-fiaz/open-actions/pulls)
![Last Commit](https://img.shields.io/github/last-commit/muhammad-fiaz/open-actions)
[![Discord](https://img.shields.io/badge/Discord-7289DA?style=flat&logo=discord&logoColor=white)](https://discord.gg/Wu7Kcpz9)

`open-actions` is a JavaScript library providing functionality similar to jQuery, including AJAX support and DOM manipulation utilities. It is designed to streamline JavaScript development and enhance productivity.

> This Project Still in Active Development, not ready for Production.
>
## Features

- **AJAX Requests:** Simplified API for making HTTP requests.
- **DOM Manipulation:** Utility functions for interacting with and modifying the DOM.
- **Event Handling:** Methods to handle and trigger events.

## Installation

To install dependencies, run:

```bash
bun install
```

## Usage

To run the project, use:

```bash
bun run index.ts
```

## Documentation

Refer to the [documentation](https://github.com/muhammad-fiaz/open-actions/) for detailed usage instructions and examples.

## License

This project is licensed under the [MIT License](https://opensource.org/licenses/MIT).

## Contact

For support and updates, join our [Discord community](https://discord.gg/Wu7Kcpz9).

## Contributing

Contributions are welcome! Please see our [contributing guidelines](https://github.com/muhammad-fiaz/open-actions/blob/main/CONTRIBUTING.md) for more information.

## Issues and Pull Requests

- Report issues [here](https://github.com/muhammad-fiaz/open-actions/issues).
- Submit pull requests [here](https://github.com/muhammad-fiaz/open-actions/pulls).