TellStory is a simple and entertaining story generator which takes a sentence and gets the user to build a new sentence based off the last one. Once completed, the full story can be generated.
To get started, clone this repo and then:
cd TellStory
npm install
npx knex migrate:latest
npx knex seed:run
npm run dev
You can find the server running on http://localhost:3000.
- As a user, I want to see the instruction on how to play this game.
- As a user, I want to see the random starting sentence.
- As a user, I only want to see the last sentence of the story.
- As a user, I want to add a sentence and submit it.
- As a user, I want to generate a story.
- As a user, I want to print my story.
[x] Update CSS. [x] Add print story button. [] Make it multi-player [] Have a random word generator
- Kahu
- Nimesh
- Karishma
- Matt
Pair programming
- Prepare boilerplate
- Create tables
- Add data to the seed file
- Build server and routes
- Create handlebars
- Write database functions
- Styling with CSS
- Test the product
- Deploy to Heroku
- JavaScript
- Html5 and CSS3
- Express-Handlebars
- Express
- Knex.js
- SQLite3