Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gudzsv/goit-typescript-hw-02
goit-typescript-hw-02
https://github.com/gudzsv/goit-typescript-hw-02
goit-typescript-hw-02 reactjs typescript
Last synced: about 1 month ago
JSON representation
goit-typescript-hw-02
- Host: GitHub
- URL: https://github.com/gudzsv/goit-typescript-hw-02
- Owner: gudzsv
- License: mit
- Created: 2024-07-08T14:56:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T16:59:03.000Z (6 months ago)
- Last Synced: 2024-07-08T21:26:30.812Z (6 months ago)
- Topics: goit-typescript-hw-02, reactjs, typescript
- Language: TypeScript
- Homepage: https://goit-typescript-hw-02-tau-sable.vercel.app
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goit-typescript-hw-02
Виконай рефакторинг коду своєї домашньої роботи **№4 "Пошук зображень" **з блоку React, додавши в проект типізацію за допомогою TypeScript.
Додай типи до:
- компонентів,
- пропсів,
- стану,
- хуків,
- обробників подій,
- HTTP-функцій,
- будь-яких інших функцій.Впевнися, що коректно типізуєш всі об'єкти, масиви, функції та інші частини свого коду. Не забувай про типи даних для HTTP-запитів, об'єктів стану та пропсів, а також будь-яких інших даних, які використовуються в твоєму додатку.