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
