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

https://github.com/mahtf/to-do-list

Projeto feito para organizar uma To-Do List.
https://github.com/mahtf/to-do-list

Last synced: 8 months ago
JSON representation

Projeto feito para organizar uma To-Do List.

Awesome Lists containing this project

README

          


To-do list icon



To-Do List


















GitHub language count


GitHub release (latest by date)


GitHub repo size



GitHub stars


Descrição   |   
Iniciando   |   
O que contém?   |   
License

## :clipboard: Descrição
Projeto para estudo de React visando realizar uma TO-DO List.

## :rocket: Iniciando

1. Faça uma cópia do repositório.

- Usando Git
```shell
git clone https://github.com/mahtf/to-do-list.git
```
- Usando Github CLI
```shell
gh repo clone mahtf/to-do-list
```
> :bulb: ou como preferir

2. Instalação
- Utilizando Yarn
```shell
yarn install
```

3. Execução
- Utilizando Yarn
```shell
yarn start
```

## 🧐 O que contém?

### :building_construction: Tecnológias
- [React](https://pt-br.reactjs.org)
- [Typescript](https://www.typescriptlang.org/)

### :package: Pacotes
- [Styled Components](https://styled-components.com/)
- [React Bootstrap](https://react-bootstrap.github.io/)
- [React Icons](https://react-icons.github.io/)

### Uma olhadinha em `./src`.

./src
├── pages
├── styles

1. **`pages`**: Cada página da aplicação.

2. **`styles`**: Estilos globais e de cada página.

## :memo: License

Esse projeto está sob a licensa MIT. Acesse [LICENSE](LICENSE) para mais detalhes.

---

Feito com 💙 por [Marcelo Ferreira](https://github.com/MahTF)

Based on the [readme template](https://gist.github.com/henry-ns/a00234378353d9ca43e1bfe043202192) by [Henrique Miranda](http://thehenry.dev/)