In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
├─ .gitignore
├─ package-lock.json
├─ package.json
├─ public
│ ├─ favicon.ico
│ ├─ index.html
│ ├─ logo192.png
│ ├─ logo512.png
│ ├─ manifest.json
│ └─ robots.txt
├─ README.md
├─ src
│ ├─ App.css
│ ├─ App.test.tsx
│ ├─ App.tsx
│ ├─ components
│ │ ├─ InputFeild.tsx
│ │ ├─ model.ts
│ │ ├─ Single.tsx
│ │ ├─ styles.css
│ │ └─ TodoList.tsx
│ ├─ index.css
│ ├─ index.tsx
│ ├─ Not.tsx
│ ├─ react-app-env.d.ts
│ └─ setupTests.ts
└─ tsconfig.json