https://github.com/hugovarellaa/ignite-react-native-chapter-1
Im Here
https://github.com/hugovarellaa/ignite-react-native-chapter-1
date-fns expo react react-native typescript
Last synced: 3 months ago
JSON representation
Im Here
- Host: GitHub
- URL: https://github.com/hugovarellaa/ignite-react-native-chapter-1
- Owner: Hugovarellaa
- Created: 2022-11-28T13:10:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-27T18:30:57.000Z (over 3 years ago)
- Last Synced: 2025-04-10T00:45:45.569Z (over 1 year ago)
- Topics: date-fns, expo, react, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 780 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Im Here 💛🚀
Feito por Hugo Alves Varella
Tecnologias |
Projeto |
Layout |
Como executar |
## ✨ Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [React](https://reactjs.org)
- [React Native](https://reactnative.dev/)
- [expo](https://expo.dev/)
- [TypeScript](https://www.typescriptlang.org/)
- [Date-Fns](https://date-fns.org)
## 📚 Informações sobre o projeto
- Esse projeto foi desenvolvido durante uma Aula do chapter 1 da trilha ignite de React Native da rocketseat
## 🖼️ Template do projeto Figma
- [Template do projeto original para clone]()
## ⚙️ Instalação
```
# Abra um terminal e copie este repositório com o comando
$ git clone https://github.com/Hugovarellaa/ignite-react-native-chapter-1
```
```
# Acesse a pasta da aplicação
# Instale as dependências
$ yarn
ou
$ npm install
# Inicie a aplicação com o emulador aberto
$ Expo start
```
---