Giter Site home page Giter Site logo

observe-2ch-client's Introduction

Observe 2ch

The purpose of this service is provide ツイッター観察板@2ch watcher, and UX experiment of search query building UI.

Intro duction

Screen Captures

search query screen histor modal on search query screen

Demo page

Observe2ch - Search

How to develop

Requires Node.js v8.2.0 or later

Environment

Languages & Libraries

Build tools

Testing

Commands

Move to root directory of this project and run npm install at first.

  • npm start
    • Start building and watching src/*
    • Open http://localhost:3333
  • npm run testing
    • Start testing and watching src/scripts/*
  • npm run build
    • Build sorce code with production mode

Directories

  • src/: Main directory for development
  • server/: Mock server
  • public/: Destination directory to output converted files.

scripts

src/scripts/

  • app/: Product codes here
    • entries/: Entry files to transpile
    • components/: React components
    • stores/: modules for state management
    • lib/: common utilities
  • test/: Unit test code named with *.test.ts*. Its structure should be same as src/scripts/app/
  • types/: Declaration files. Its structure should be same as src/scripts/app/

styles

src/styles/

  • commons/: General styles. (ex. variables.css, reset.css, etc.)
  • modules/: Component specific styles. (ex. modal.css, header.css, etc.)
  • pages/: Entry files to transpile.

server

  • index.js: Server script.
  • data/: JSON files as storage of API.
  • views/: Template files for server.

observe-2ch-client's People

Watchers

 avatar  avatar

Forkers

chansuke

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.