https://github.com/rsginer/voices
Angular grid of voices, select voice, filter, order and random selection
https://github.com/rsginer/voices
angular css3 flexbox html5 typescript voices
Last synced: 2 months ago
JSON representation
Angular grid of voices, select voice, filter, order and random selection
- Host: GitHub
- URL: https://github.com/rsginer/voices
- Owner: RSginer
- Created: 2021-01-09T18:25:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-10T22:13:38.000Z (over 5 years ago)
- Last Synced: 2025-03-23T05:26:43.624Z (about 1 year ago)
- Topics: angular, css3, flexbox, html5, typescript, voices
- Language: TypeScript
- Homepage:
- Size: 2.94 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Voices

### Features
- ✅ Favourites voices list.
- ✅ Add and remove voice to favourites.
- ✅ Pro Voices list
- ✅ Filter voices by tag.
- ✅ Order voices ascendent/descendent.
- ✅ Random selection.
#### Install dependencies
```bash
npm install
```
#### Run development server
```bash
npm start
```