- Practice creating a NodeJS application with a Gulpfile.
- As a user, I want to...
- ...post a journal entry with a title and text.
- ...view a journal entry with a title, teaser, and text.
- ...see how many words are in my entry.
- ...see how many vowels and consonants are in my entry.
Spec | Input | Output |
---|---|---|
Shows the number of words | Today I saw a bird. | There are 5 words in this entry. |
Shows the number of vowels | Today I saw a bird. | There are 6 vowels in this entry. |
Shows the number of consonants | Today I saw a bird. | There are 8 words in this entry. |
Run the following commands in Terminal:
$ git clone
this repository$ cd ping_pong_gulp
$ open index.html
Refresh is required to submit a new entry.
If you have issues, questions, ideas, or concerns, please contact Margaret. Feel free to make a contribution to the code.
- JavaScript
- NodeJS
- Gulp
This software is licensed under the MIT license.
Copyright (c) 2017 Margaret Berry and Sara Spink