Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vagnernerves/calculator-boracodar
Developed the project of a calculator in react native.
https://github.com/vagnernerves/calculator-boracodar
expo phosphor-icons react react-native react-native-svg react-native-svg-transformer reactnative styled-components typescript
Last synced: 4 days ago
JSON representation
Developed the project of a calculator in react native.
- Host: GitHub
- URL: https://github.com/vagnernerves/calculator-boracodar
- Owner: VagnerNerves
- License: mit
- Created: 2023-02-02T19:38:18.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-05T20:06:35.000Z (almost 2 years ago)
- Last Synced: 2023-04-29T15:09:08.252Z (over 1 year ago)
- Topics: expo, phosphor-icons, react, react-native, react-native-svg, react-native-svg-transformer, reactnative, styled-components, typescript
- Language: TypeScript
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Developed the project of a calculator in react native.
## 🎥 Implementation Video
https://user-images.githubusercontent.com/40831841/216842132-ddbd3a33-5703-44e2-842e-db8bed30d456.mp4
## 🎨 Layout
Layout developed by [Millena Martins](https://www.linkedin.com/in/millenakmartins/)
[![Layout in Figma](https://github.com/VagnerNerves/default-readme/blob/main/assets/layout-in-figma.svg)]()
## 💡 Technologies used
- [x] [Expo](https://expo.dev/)
- [x] React Native
- [x] TypeScript
- [x] [Styled Components](https://styled-components.com/)
- [x] [React Native SVG](https://docs.expo.dev/versions/latest/sdk/svg/)
- [x] [React Native SVG Transformer](https://github.com/kristerkari/react-native-svg-transformer)
- [x] [Phosphor Icons](https://github.com/duongdev/phosphor-react-native)## 🚀 Running the project
### Mobile
Clone the project
```bash
git clone https://github.com/VagnerNerves/calculator-boracodar.git
```Enter the project directory
```bash
cd calculator-boracodar
```Install with dependencies
```bash
npm i
```Start the server
```bash
npx expo start
```## 🌎 License
This project is under the MIT license. See the [LICENSE](https://github.com/VagnerNerves/calculator-boracodar/blob/master/LICENSE) file for more details.