Skip to content

Sekunev/todoapp_typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo App (Type Script)

Check The Live Website ➡️ Live Website

Description

Project aims to create a todo app.

Used Tech and Libraries

  • ReactJS
  • TypeScript
  • MocApi
  • Lordicon

Visualization of the Website

image

Project Skeleton

todo App (Type Script)
|
|----readme.md
SOLUTION
├── public
│     └── index.html
├── src
│    ├── components
│    │       ├── footer
│    │       │     ├── Footer.css
│    │       │     └── Footer.js
│    │       ├── lord-icon
│    │       │     ├── lord-icon.tsx
│    │       │     └── type.ts
│    │       ├── inputForm.tsx
│    │       ├── todoList.tsx
│    │       └── TodoListItem.tsx
│    ├── hooks
│    │       └── useCallFn.ts
│    ├── pages
│    │       └── home.tsx
│    ├── react-app-env.d.ts
│    ├── type.d.ts
│    ├── App.js
│    ├── Animation.gif
│    ├── App.css
│    ├── index.js
│    └── index.css
├── package.json
└── yarn.lock

License

MIT License

Project created by Abdullah AHLATLI for educational purposes.