Skip to content

karishmapatel27/TellStory

Repository files navigation

Tell Story

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.

product screenshot

Setup

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.

User stories (MVP)

  1. As a user, I want to see the instruction on how to play this game.
  2. As a user, I want to see the random starting sentence.
  3. As a user, I only want to see the last sentence of the story.
  4. As a user, I want to add a sentence and submit it.
  5. As a user, I want to generate a story.
  6. As a user, I want to print my story.

Stretch Goal

[x] Update CSS. [x] Add print story button. [] Make it multi-player [] Have a random word generator

Team

  • Kahu
  • Nimesh
  • Karishma
  • Matt

Software development approach

Pair programming

Tasks to complete

  • 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

Language/Technology we are using in this project

  • JavaScript
  • Html5 and CSS3
  • Express-Handlebars
  • Express
  • Knex.js
  • SQLite3

Link to Heroku

https://tell--story.herokuapp.com/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published