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.
- Host: GitHub
- URL: https://github.com/mahtf/to-do-list
- Owner: MahTF
- License: mit
- Created: 2021-01-27T21:20:04.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-04T02:03:30.000Z (almost 5 years ago)
- Last Synced: 2023-03-07T01:39:01.392Z (over 3 years ago)
- Language: TypeScript
- Size: 2.47 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
To-Do List



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/)