Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        


Calculator

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.