Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1005 Bytes

README.md

File metadata and controls

51 lines (37 loc) · 1005 Bytes

TYSCRIPT with Create React App

Available Scripts

In the project directory, you can run:

npm start

tsriptTodo

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

react-beautiful-dnd


├─ .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