Giter VIP home page Giter VIP logo

tic-tac-toe's Introduction

TicTacToe

Create REST-based API with ExpressJS

Brief


  1. ttt.js: the 1st version
    1. There is no UI part in that version. All data will be passed and displayed in JSON format
  2. /tictactoe: The newest version with UI
    1. app.js: The entry point

Description


Create a REST-based Tic-Tac-Toe Service

Features Supported


  1. Develope user-creation system and validated with email
    1. Create Inactive User
    2. Send verification code via Email
    3. Able to verify email through url query or Form
  2. Able to save new game and get history data with specified Game ID
  3. Comminucate through Ajax Call with JSON data between Server and Client

Techs and Packages used

  1. Techs: NodeJS, MongoDB Cloud
  2. Packages (for the newest version)
    Packages/Dependecies Usage
    express ExpressJS
    nodemailer Email usage
    express-session Stores only a session identifier on the client within a cookie and stores the session data on the server
    crypto Generate the key based on password
    mongoose Store User and Game data
    winston Logger
    forever
    pug Template Engine

UI mockups



More details in /assets/images folder

Mockups about User Creation

Project Screenshots



Log In Page

Main Game Page

Game History Page

tic-tac-toe's People

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.