GithubHelp home page GithubHelp logo

todo-native's Introduction

アプリについて

ポートフォリオ用に作成したタスク管理アプリ(Native 版)です。
こちらはクライアント部分になり、API サーバーのコードはこちらになります。

開発環境

  • MacBook Pro

    • macOs Catalina V.10.15.7
  • node.js

    • V.12.14.1
  • yarn

    • V.1.22.4
  • Ruby

    • V2.7.0

実装機能

  • ログイン/ログアウト機能
  • アカウント新規作成機能
  • テストユーザーログイン機能
  • タスク投稿機能
  • タスク投稿一覧機能
  • タスク削除機能
  • トークン認証機能

使用技術

言語

  • TypeScript

フレームワーク/主要ライブラリ

  • React-Native
  • Redux
    • Redux-Observable
    • Redux-Persist

クエリ

  • GraphQL

ローカルでの起動方法

、先に API サーバーであるTodo-App-Serverをローカルで起動してください。
起動方法はページ先の README に記載しています。

、お好きなディレクトリにクローンしてください。

% git clone https://github.com/yuuta-wata/Todo-Native.git

3、プロジェクトディレクトリ直下に.env ファイルを作成し,下記をコピペしてください。
(注).env ファイルは通常公開しません、今回はポートフォリオ作成なので公開しています。

API_SERVER_URL=http://localhost:4000/graphql
REFRESH_TOKEN_URL=http://localhost:4000/refresh_token

4、アプリを起動します。
yarn をインストールしてない方は別途インストールをお願いします。

% yarn
% cd ios
% pod install
% cd ..
% yarn start

Xcodeでプロジェクトのiosフォルダを開き、シュミレーターでアプリを起動してください。
iPhoneXR(13.6)で動作確認済みです。

todo-native's People

Contributors

yuutakkuma avatar

Watchers

James Cloos avatar  avatar

todo-native's Issues

V.1.0.0

V.1.0.0では以下を実装する。

  • TOP画面
  • ログイン画面
  • アカウント作成画面
  • タスク一覧画面
  • タスク登録画面
  • アカウント削除画面

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.