Skip to content

Commit 735fc32

Browse files
refact: readme and remove not used dependencies
1 parent 6d470e7 commit 735fc32

3 files changed

Lines changed: 19 additions & 33 deletions

File tree

README.md

Lines changed: 19 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,51 @@
11
# Media Timer
22

3-
Aplicativo de timer com sons e diversas funcionalidades, com objetivo de solucionar um problema pessoal!
3+
Timer with the possibility of selecting external sounds from your device and other various features. It has a clean and modern design, seeking to bring a great user experience.
44

5-
## Conteúdos
5+
## Contents
66

7-
- [Sobre](#Sobre)
7+
- [About](#About)
88
- [Screenshot](#screenshot)
9-
- [Demonstração](#demonstração)
9+
- [Download the app](#Download-the-app)
1010
- [Links](#links)
11-
- [Tecnologias usadas](#Tecnologias-usadas)
11+
- [Technologies](#Technologies)
1212

13-
## Sobre
13+
## About
1414

1515
### Screenshot
1616

1717
![](./assets/screenshot.jpg)
1818

19-
### Demonstração
19+
### Download the app
2020

2121
![](./assets/reviewImage.jpg)
2222

23-
- Baixar aplicativo: [clique aqui](https://play.google.com/store/apps/details?id=com.henriqueamascarin.mediatimer).
24-
25-
📙 Passo a passo 📙
26-
27-
- Entre no link pelo celular
28-
- Clique em "Baixe o aplicativo" e espere baixar
29-
- Clique em abrir e instalar
30-
- Caso aparecer app de risco bloqueado, clique em mais detalhes e instalar assim mesmo.
31-
- Por fim abra o aplicativo!
23+
📙 Step by step 📙
24+
- Download the app at Google Play: [click here](https://play.google.com/store/apps/details?id=com.henriqueamascarin.mediatimer).
25+
- Open the download link on your phone.
26+
- Click on “Install” and wait for it to finish.
27+
- Finally, open the app!
3228

3329
### Links
3430

35-
- Design no Figma: [clique aqui](https://www.figma.com/file/XTRDCbSVe8lHtwkXK1Z5T7/Media-Timer?type=design&node-id=0%3A1&t=I2CeKk7yJGLngWCy-1).
36-
37-
- Portfólio: [clique aqui](https://henriqueamascarin.vercel.app).
31+
- Figma design: [click here](https://www.figma.com/file/XTRDCbSVe8lHtwkXK1Z5T7/Media-Timer?type=design&node-id=0%3A1&t=I2CeKk7yJGLngWCy-1).
3832

39-
- Trello do projeto: [clique aqui](https://trello.com/b/qz6KPuiC/mediatimer)
33+
- Portfolio: [click here](https://henriqueamascarin.vercel.app).
4034

41-
### Tecnologias usadas
35+
### Technologies
4236

4337
- React Native
4438
- React Native Async Storage
4539
- React Native Nitro BG Timer
4640
- React Native Nitro Modules
4741
- React Native Blob Util
48-
- React Native Animated
49-
- React SVG + SVG Transformer
50-
- React Native Dotenv
42+
- React Native SVG + SVG Transformer
5143
- Expo
5244
- Expo audio
5345
- Expo File System
46+
- Expo Document Picker
47+
- i18next
5448
- Axios
55-
- Typescript
49+
- TypeScript
5650
- Redux
5751
- Notifee

package-lock.json

Lines changed: 0 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"@react-native-async-storage/async-storage": "^2.2.0",
1616
"@reduxjs/toolkit": "^2.2.7",
1717
"@types/react": "~19.1.17",
18-
"@types/react-native-dotenv": "^0.2.2",
1918
"axios": "^1.7.7",
2019
"babel-plugin-module-resolver": "^5.0.2",
2120
"babel-preset-expo": "~54.0.9",

0 commit comments

Comments
 (0)