Code Monkey home page Code Monkey logo

jeeekfront's Introduction

JeeekFront

エンジニアのための自己実現SNSアプリ

フロントエンド開発およびUI設計についてのドキュメントはWikiをご覧ください。

クイックスタート

  • nodeenvを事前にインストールしておく

  • package.jsonにしたがってインストール

$ npm install
  • devServerの起動
$ npm run start

技術スタック

  • React/Redux
  • Redux-Saga
  • Firebase
  • Storybook/StoryShot
  • CircleCI

ディレクトリ構成

.
├── .circleci           # circleciの設定ファイル。CI/CDについて書いてある。
├── .storybook          # storybookの設定ファイル
├── npm-script          # シードデータ投入スクリプトなど
├── public              # html/imagesなどの静的ファイル
└── src
    ├── actions         # actionを置く
    ├── components      # presentatinal componnetの置き場
    ├── containers      # container componnetの置き場
    ├── reducers        # reducerを置く
    ├── sagas           # sagaファイルを置く
    ├── services        # 外部とのインターフェース
    └── stories         # storybook用のコード置き場

jeeekfront's People

Contributors

tonouchi510 avatar kazu1247 avatar

Watchers

James Cloos avatar  avatar

jeeekfront's Issues

タイムラインComponentの残タスク

・細かな色や文面
・投稿カードがfirestoreからもらうデータのプロパティを合わせる
・投稿ボタンを押した時のポップアップ画面への遷移(onClick)
・ユーザ名押した時のユーザプロフィールへの遷移
・good, ¥ の空アクション(?)

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.