joegle / code-fluency

web game for building fluency of scripting languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fluency - Joegle

2017 (c) Joseph Wright <joe@joegle.com>

Introduction

  • Purpose of fluency to build fluency with common scripting language expressions and library calls
  • I am often searching for the same group of
  • and I think I should just memorise these commonly used patterns
    • with spaced repetition

Install

  • install npm modules
    npm install
        
  • start server
    DEBUG=fluency2:* npm start
        
  • view http://localhost:3000

Adding Material

Todo

  • [X] get minimal site working
  • [ ] add favicon
  • [ ] add SSL
  • [X] Fill out intro
  • [ ] add score database
  • [ ] design material format

About

web game for building fluency of scripting languages

License:MIT License


Languages

Language:JavaScript 89.4%Language:HTML 7.5%Language:CSS 3.0%