Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/brittof/grammarly
- Owner: brittof
- License: mit
- Created: 2024-06-02T23:31:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-03T02:09:58.000Z (7 months ago)
- Last Synced: 2024-10-25T10:39:35.060Z (2 months ago)
- Topics: css, html, nodejs, react, react-router-dom, typescript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Changelog: changelog
- License: license
Awesome Lists containing this project
README
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)