Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fumi-sagawa/react-typescript-todo-app
React+Typescriptを用いたTodoアプリ。
https://github.com/fumi-sagawa/react-typescript-todo-app
Last synced: 3 days ago
JSON representation
React+Typescriptを用いたTodoアプリ。
- Host: GitHub
- URL: https://github.com/fumi-sagawa/react-typescript-todo-app
- Owner: fumi-sagawa
- Created: 2021-06-27T16:25:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T16:38:05.000Z (over 3 years ago)
- Last Synced: 2024-11-05T14:26:17.362Z (about 2 months ago)
- Language: TypeScript
- Size: 211 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### 概要
`react + Typescript`学習のために作成したTODOアプリ。### 実行方法
```
yarn install
yarn start
```