Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/lucasbailo/type-script-studies

Improving TypeScript
https://github.com/lucasbailo/type-script-studies

Last synced: about 1 month ago
JSON representation

Improving TypeScript

Awesome Lists containing this project

README

        

## Welcome again to another TypeScript project! 👋

# TypeScript

## • Test the project yourself: [Click to test!!!](https://type-script-studies.vercel.app/)

### → Add tasks with their duration

![](./src/assets/gifs/Gif1.gif)

### → Select and start a task

![](./src/assets/gifs/Gif2.gif)

### → Get a check confirmation when the task is over

![](./src/assets/gifs/Gif3.gif)

## • Some code that I'm proud of
```js
interface Props {
type?: "button" | "submit" | "reset" | undefined,
onClick?: () => void,
children?: React.ReactNode
}
export default function Button ({onClick, type, children} : Props) {
return (

{children}

)
}
```

## • Built with

- TypeScrit;
- SCSS;

## • Author

- Website - [My GitHub](https://github.com/lucasbailo)
- Frontend Mentor - [@lucasbailo](https://www.frontendmentor.io/profile/lucasbailo)
- Instagram - [@lucassbailo](https://www.instagram.com/lucassbailo/)
- LinkedIn - [Lucas Bailo](https://www.linkedin.com/in/lcsbailo)