Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brittof/grammarly

Utility code snippets based on real use cases. Grammarly is not intended to be a bloated, unnecessary utility.
https://github.com/brittof/grammarly

css html nodejs react react-router-dom typescript

Last synced: 22 days ago
JSON representation

Utility code snippets based on real use cases. Grammarly is not intended to be a bloated, unnecessary utility.

Awesome Lists containing this project

README

        


Banner

Utility code snippets based on real use cases. Grammarly is not intended to be a bloated, unnecessary utility.


## Installation

Open Visual Studio Code and press the `cmd+shift+x` keys, in the search bar, search for the extension: [`grammarly`](https://marketplace.visualstudio.com/items?itemName=britto.grammarly) and click install. Okay, everything is fine.

## Support

This utility follows the most modern web development standards, it does not have integration with class components.

## Usage

[`html`](./docs/html.md)
[`reset`](./docs/css/reset.md)
[`typography`](./docs/css/typography.md)
[`array`](./docs/js/array.md)
[`console`](./docs/js/console.md)
[`for`](./docs/js/for.md)
[`promises`](./docs/js/promises.md)
[`hooks`](./docs/react/hooks.md)
[`react`](./docs/react/react.md)
[`router`](./docs/react/router.md)