An open API service indexing awesome lists of open source software.

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

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