Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danilosalvador/todolist
Desafio da Trilha 2022 de React Native da Rocketseat para praticar e reforçar os conceitos vistos em aula e aprender novos.
https://github.com/danilosalvador/todolist
Last synced: 21 days ago
JSON representation
Desafio da Trilha 2022 de React Native da Rocketseat para praticar e reforçar os conceitos vistos em aula e aprender novos.
- Host: GitHub
- URL: https://github.com/danilosalvador/todolist
- Owner: danilosalvador
- License: mit
- Created: 2023-01-08T13:32:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-09T20:49:16.000Z (about 2 years ago)
- Last Synced: 2024-11-10T18:12:46.698Z (3 months ago)
- Language: TypeScript
- Size: 717 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Projeto](https://img.shields.io/badge/danilosalvador-todolist-green)
![licence mit](https://img.shields.io/badge/license-MIT-green)---
### 📖 Sobre
Desafio 01 da Trilha 2022 de React Native da Rocketseat para praticar e reforçar os conceitos vistos em aula.
### 🎨 Protótipo
- Protótipo do projeto está disponível no [Figma](https://www.figma.com/file/1XfZQGSWk4HWjvwcjd2nOP/ToDo-List/duplicate) (by [Rocketseat](https://github.com/rocketseat) ❤️).
### 📝 Tecnologias utilizadas
Foram utilizadas as seguintes tecnologias:
- [ReactNative](https://reactnative.dev/)
- [Expo](https://expo.dev/)
- [TypeScript](https://www.typescriptlang.org/)### 🚀 Como Executar o Projeto
Para executar o projeto, o ambiente deve estar configurado com as ferramentas de desenvolvimento de aplicativos. O passo a passo poderá ser acessado [por aqui](https://react-native.rocketseat.dev/) (by [Rocketseat](https://github.com/rocketseat) ❤️).
```bash
# Clonar o repositório
git clone https://github.com/danilosalvador/todolist# Entrar no diretório
cd todolist# Baixar as dependências
npm install# Executar
npx expo start```
### 📝 Licença
Esse projeto está sob a licença MIT. Veja o arquivo [LICENSE](LICENSE) para mais detalhes.