brandonwie / FS_nodejs_express_pug

Flashcard App with Express and Pug on Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flashcard Quiz Game

A small quiz app built with Express and Pug on Node.js

npm version build version

  • Input your name and play Flashcard quizzes
  • Your name is stored in your Cookie
  • If you sign out, you go back to the beginning

Installation

OS X & Linux:

$ npm install
$ nodemon #runs live local server

Release History

  • 0.1.2
    • The first proper release
    • CHANGE: add /public (static assets)
    • FIX: minor bugs (button overlay)
  • 0.1.1
    • CHANGE: Remove footer
    • FIXED: minor style layouts
  • 0.1.0
    • Complete basic functionality
    • Set up routes folder (index, cards)
  • 0.0.1
    • Set up environments

About

Flashcard App with Express and Pug on Node.js


Languages

Language:CSS 62.3%Language:JavaScript 25.0%Language:Pug 12.7%