https://github.com/mullah98/typescript-todolist
Another todo list app but this time with TypeScript. Getting the hang of using types and generics when passing props
https://github.com/mullah98/typescript-todolist
react typescript vite
Last synced: 2 months ago
JSON representation
Another todo list app but this time with TypeScript. Getting the hang of using types and generics when passing props
- Host: GitHub
- URL: https://github.com/mullah98/typescript-todolist
- Owner: Mullah98
- Created: 2024-06-11T14:18:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T14:38:16.000Z (about 2 years ago)
- Last Synced: 2025-01-16T00:24:48.165Z (over 1 year ago)
- Topics: react, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React + TypeScript + Vite
First project using TypeScript and React
User is able to perform CRUD functionality
(Create, Read, Update, Delete)
Key lessons learnt:
-Use of declaring types and interfaces
-Using generics when working with props