Skip to content

Commit

Permalink
Merge pull request #23 from Clean-Software/develop
Browse files Browse the repository at this point in the history
Merge develop into main
  • Loading branch information
jnaraujo authored Mar 4, 2022
2 parents fbbc4e2 + db81695 commit 3b643f4
Show file tree
Hide file tree
Showing 85 changed files with 1,703 additions and 5,960 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ npm-debug.*
*.mobileprovision
*.orig.*
web-build/
yarn.lock
yarn-error.log

yarn.lock

# macOS
.DS_Store
32 changes: 0 additions & 32 deletions App.tsx

This file was deleted.

49 changes: 49 additions & 0 deletions README.md
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
```
44 changes: 14 additions & 30 deletions app.json
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"
}
}
}
}
4 changes: 0 additions & 4 deletions assets/Arrows/Arrow-Orange.svg

This file was deleted.

4 changes: 0 additions & 4 deletions assets/Arrows/Arrow-White.svg

This file was deleted.

33 changes: 0 additions & 33 deletions assets/CDN/index.ts

This file was deleted.

6 changes: 0 additions & 6 deletions assets/Components/Programing-Terminal.svg

This file was deleted.

7 changes: 0 additions & 7 deletions assets/Components/hierarchy.svg

This file was deleted.

4 changes: 0 additions & 4 deletions assets/Components/iPhone-X-Orange.svg

This file was deleted.

4 changes: 0 additions & 4 deletions assets/Components/iPhone-X-White.svg

This file was deleted.

7 changes: 0 additions & 7 deletions assets/Components/laptop-programming-code.svg

This file was deleted.

Binary file removed assets/fonts/Ubuntu-Bold.ttf
Binary file not shown.
Binary file removed assets/fonts/Ubuntu-BoldItalic.ttf
Binary file not shown.
Binary file removed assets/fonts/Ubuntu-Italic.ttf
Binary file not shown.
Binary file removed assets/fonts/Ubuntu-Light.ttf
Binary file not shown.
Binary file removed assets/fonts/Ubuntu-LightItalic.ttf
Binary file not shown.
Binary file removed assets/fonts/Ubuntu-Medium.ttf
Binary file not shown.
Binary file removed assets/fonts/Ubuntu-MediumItalic.ttf
Binary file not shown.
Binary file removed assets/fonts/Ubuntu-Regular.ttf
Binary file not shown.
Binary file removed assets/loadingPage/LOGO.png
Binary file not shown.
Binary file removed assets/loadingPage/Pattern.png
Binary file not shown.
Binary file removed assets/person.png
Binary file not shown.
3 changes: 2 additions & 1 deletion babel.config.js
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"],
};
};
50 changes: 0 additions & 50 deletions components/navbar/index.tsx

This file was deleted.

11 changes: 0 additions & 11 deletions components/navbar/styles.ts

This file was deleted.

10 changes: 0 additions & 10 deletions imagesCDN.md

This file was deleted.

12 changes: 11 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,27 @@
"eject": "expo eject"
},
"dependencies": {
"@expo-google-fonts/epilogue": "^0.2.2",
"@expo-google-fonts/rajdhani": "^0.2.2",
"@expo/vector-icons": "^12.0.0",
"@react-navigation/native": "^6.0.8",
"@react-navigation/native-stack": "^6.5.0",
"axios": "^0.26.0",
"expo": "~44.0.0",
"expo-app-loading": "~1.3.0",
"expo-clipboard": "^2.1.1",
"expo-font": "~10.0.4",
"expo-navigation-bar": "~1.1.1",
"expo-status-bar": "~1.2.0",
"expo-updates": "~0.11.6",
"moti": "^0.17.1",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-native": "0.64.3",
"react-native-safe-area-context": "^4.1.2",
"react-native-reanimated": "~2.3.1",
"react-native-safe-area-context": "3.3.2",
"react-native-screens": "~3.10.1",
"react-native-svg": "12.1.1",
"react-native-web": "0.17.1"
},
"devDependencies": {
Expand Down
3 changes: 0 additions & 3 deletions react-native.config.js

This file was deleted.

8 changes: 8 additions & 0 deletions src/@types/date.ts
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 };
25 changes: 25 additions & 0 deletions src/@types/event.ts
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 };
8 changes: 8 additions & 0 deletions src/@types/topic.ts
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 };
Loading

0 comments on commit 3b643f4

Please sign in to comment.