0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

個人開発をしていくにあたってテーマを設定していく
TypeScriptを使ったはじめての個人開発の場合、シンプルな構成で始めるのが良く使用すると難易度が跳ね上がる可能性があるので最初はTypeScriptに慣れることを目的とし必要になったら導入する

プロジェクトのアイデア

  • タスク管理ツール
    簡単な To-Do リストを作成し、タスクを追加、削除、完了状態を切り替えられるようにする

  • カウンターアプリ
    ボタンをクリックしてカウントを増減させるシンプルなアプリ

  • 簡単なゲーム
    数字当てゲーム、クリックゲーム、石取りゲームなど

  • 計算機
    足し算、引き算、掛け算、割り算ができるシンプルな電卓

  • API を使ったアプリ
    天気情報やニュースを取得して表示する

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?