-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #23 from Clean-Software/develop
Merge develop into main
- Loading branch information
Showing
85 changed files
with
1,703 additions
and
5,960 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,10 @@ npm-debug.* | |
*.mobileprovision | ||
*.orig.* | ||
web-build/ | ||
yarn.lock | ||
yarn-error.log | ||
|
||
yarn.lock | ||
|
||
# macOS | ||
.DS_Store |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<div align="center"> | ||
<img src="/src/assets/static/iconzinho.png" alt="Dev Meet Logo" width="300px" height="300px" /> | ||
</div> | ||
<br /> | ||
<div align="center"> | ||
|
||
![GitHub](https://img.shields.io/github/license/Clean-Software/ballerini-dev-meet) | ||
![Most used language](https://img.shields.io/github/languages/top/Clean-Software/ballerini-dev-meet?style=flat-square) | ||
|
||
</div> | ||
|
||
<div align="center"> | ||
O projeto do desafio da comunidade Ballerini no discord. | ||
</div> | ||
|
||
## 💻 Principais Tecnologias Utilizadas | ||
|
||
1. Expo | ||
2. React Native | ||
3. TypeScript | ||
|
||
## 🤳Screenshots | ||
Loading | Home | ||
:-------------------------:|:-------------------------: | ||
![image](https://user-images.githubusercontent.com/59850361/156758607-b5a491b9-8891-4f4b-b183-5f959f24cbc2.png) | ![image](https://user-images.githubusercontent.com/59850361/156758715-7ec350c6-d3f5-4718-b45f-7a837ee00be1.png) | ||
|
||
Topics | Events | ||
:-------------------------:|:-------------------------: | ||
![image](https://user-images.githubusercontent.com/59850361/156758815-aa68400c-3c53-4ed2-b53b-9a5c79c0c8c3.png) | ![image](https://user-images.githubusercontent.com/59850361/156758872-511bda83-2079-4d8d-8347-e8d582e57734.png) | ||
|
||
|
||
|
||
## 🚀 Rodando localmente | ||
1) Clone o projeto | ||
```sh | ||
git clone https://github.com/Clean-Software/ballerini-dev-meet | ||
``` | ||
2) Abra a pasta do projeto | ||
```sh | ||
cd ballerini-dev-meet | ||
``` | ||
3) Instale as dependências | ||
```sh | ||
yarn install | ||
``` | ||
4) Rode localmente | ||
```sh | ||
yarn start | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,16 @@ | ||
{ | ||
"expo": { | ||
"name": "ballerini-dev-meet", | ||
"slug": "ballerini-dev-meet", | ||
"version": "1.0.0", | ||
"orientation": "portrait", | ||
"icon": "./assets/icon.png", | ||
"splash": { | ||
"image": "./assets/splash.png", | ||
"resizeMode": "contain", | ||
"backgroundColor": "#ffffff" | ||
}, | ||
"updates": { | ||
"fallbackToCacheTimeout": 0 | ||
}, | ||
"assetBundlePatterns": [ | ||
"**/*" | ||
], | ||
"ios": { | ||
"supportsTablet": true | ||
}, | ||
"android": { | ||
"adaptiveIcon": { | ||
"foregroundImage": "./assets/adaptive-icon.png", | ||
"backgroundColor": "#FFFFFF" | ||
} | ||
}, | ||
"web": { | ||
"favicon": "./assets/favicon.png" | ||
"expo": { | ||
"name": "Ballerini Dev Meet", | ||
"backgroundColor": "#282828", | ||
"owner": "luiz_e_amigos", | ||
"version": "1.1.2", | ||
"slug": "ballerini-dev-meet", | ||
"orientation": "portrait", | ||
"android": { | ||
"package": "com.luizeamigos.ballerinidevmeet", | ||
"versionCode": 1 | ||
}, | ||
"entryPoint": "./src/App.tsx", | ||
"icon": "./src/assets/static/iconzinho.png" | ||
} | ||
} | ||
} | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
module.exports = function(api) { | ||
api.cache(true); | ||
return { | ||
presets: ['babel-preset-expo'], | ||
presets: ["babel-preset-expo"], | ||
plugins: ["react-native-reanimated/plugin"], | ||
}; | ||
}; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
interface ICountdown { | ||
days: string; | ||
hours: string; | ||
minutes: string; | ||
percentage: number; | ||
} | ||
|
||
export type { ICountdown }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
interface IEventCardProps { | ||
id: string; | ||
data: string; | ||
time: string; | ||
title: string; | ||
description: string; | ||
author: string; | ||
|
||
link: string; | ||
timestamp: number; | ||
createdAt: number; | ||
} | ||
|
||
interface IEventPost { | ||
id: string; | ||
tipoId: number; | ||
dataInicio: string; | ||
dataPublicacao: string; | ||
descricao: string; | ||
link: string; | ||
organizador: string; | ||
titulo: string; | ||
} | ||
|
||
export type { IEventCardProps, IEventPost }; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
interface ITopic { | ||
id: number; | ||
text: string; | ||
icon: string; | ||
eventsCount: number; | ||
} | ||
|
||
export type { ITopic }; |
Oops, something went wrong.