Skip to content

Msolmaz4/todoTyscript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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