Skip to content

We build this project to practice about Scrum Process.

Notifications You must be signed in to change notification settings

korrakot1396/scrum-project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scrum Project

Preview Image

This project created from 'express --view=ejs'.

So, We build it to practice about Scrum Process.

Prerequisite

Windows, OSX or Linux

Browser such as Google Chrome, Mozilla Firefox, Safari or Internet Exploror

NodeJs

Repository

Install

$ npm install
$ npm install -g jest

Test and Run

$ jest
$ npm start

Now you can access http://localhost:3000.

Game

We have 5 games as follows. FizzBuzz, MaxChar, Palindrome, ReverseInt and Vowels.

We created website to prepare. We created test cases waiting for a attendees to do the tasks.

You should write and test the program as follows directory

app
├── fizzbuzz
│   ├── index.js
│   └── test.js
├── maxchar
│   ├── index.js
│   └── test.js
├── palindrome
│   ├── index.js
│   └── test.js
├── reverseint
│   ├── index.js
│   └── test.js
└── vowels
    ├── index.js
    └── test.js

About

We build this project to practice about Scrum Process.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.9%
  • HTML 26.8%
  • CSS 26.3%