Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gustavohenrique/palindrome
A simple exercise to test a palindrome
https://github.com/gustavohenrique/palindrome
Last synced: about 2 months ago
JSON representation
A simple exercise to test a palindrome
- Host: GitHub
- URL: https://github.com/gustavohenrique/palindrome
- Owner: gustavohenrique
- Created: 2016-02-15T11:25:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-15T11:39:13.000Z (almost 9 years ago)
- Last Synced: 2024-04-16T03:18:24.596Z (9 months ago)
- Language: JavaScript
- Homepage: http://gustavohenrique.github.io/palindrome/
- Size: 189 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> A simple exercise to test a palindrome
![Screenshot](screenshot.png)
## Demo
http://gustavohenrique.github.io/palindrome
## Setup
### Running
```bash
$ git clone
$ npm install
$ npm start
```### Testing
```bash
$ npm test
```## Build
```bash
npm run build
```## License
MIT