https://github.com/vovanr/string-reverse
Turns words backwards
https://github.com/vovanr/string-reverse
vovanr-service
Last synced: 3 months ago
JSON representation
Turns words backwards
- Host: GitHub
- URL: https://github.com/vovanr/string-reverse
- Owner: VovanR
- Created: 2021-04-27T07:52:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-05T10:03:01.000Z (about 5 years ago)
- Last Synced: 2025-01-26T19:32:28.609Z (over 1 year ago)
- Topics: vovanr-service
- Language: JavaScript
- Homepage: https://vovanr.github.io/string-reverse/
- Size: 549 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# string-reverse

[![Dependency Status][depstat-image]][depstat-url]
[![DevDependency Status][depstat-dev-image]][depstat-dev-url]
> Convert variable name to various cases
Demo: [vovanr.github.io/string-reverse][demo]

## Start
```shell
npm start
```
## Test
```shell
npm test
```
## Techs
- [Create React App](https://github.com/facebook/create-react-app)
## License
MIT © [Vladimir Rodkin](https://github.com/VovanR)
[demo]: https://vovanr.github.io/string-reverse
[depstat-url]: https://david-dm.org/VovanR/string-reverse
[depstat-image]: https://david-dm.org/VovanR/string-reverse.svg?style=flat-square
[depstat-dev-url]: https://david-dm.org/VovanR/string-reverse
[depstat-dev-image]: https://david-dm.org/VovanR/string-reverse/dev-status.svg?style=flat-square