https://github.com/javitocor/currency-converter-react-native
A mobile app calling acustom api to convert currencies,following the instructions by Spencer Carli. Built with React Native.
https://github.com/javitocor/currency-converter-react-native
currency-converter eslint-config expo mobile-app native react-native-app tutorial
Last synced: 2 months ago
JSON representation
A mobile app calling acustom api to convert currencies,following the instructions by Spencer Carli. Built with React Native.
- Host: GitHub
- URL: https://github.com/javitocor/currency-converter-react-native
- Owner: javitocor
- License: mit
- Created: 2021-08-19T14:34:40.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T16:01:23.000Z (almost 5 years ago)
- Last Synced: 2025-01-25T17:41:20.003Z (over 1 year ago)
- Topics: currency-converter, eslint-config, expo, mobile-app, native, react-native-app, tutorial
- Language: JavaScript
- Homepage:
- Size: 491 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]

# Currency Converter - React Native
> A mobile app calling acustom api to convert currencies,following the instructions by [Spencer Carli](https://learn.reactnativeschool.com/courses). Built with React Native.
Landing Page:

Currencies Page:

Additional description about the project and its features.
## Built With
- REACT NATIVE
- EXPO
- JAVASCRIPT
- EXPO
- YARN
- ESLINT
- PRETTIER
- GITHUB ACTIONS
- VSCODE
## Getting Started
### Usage
To have this app on your pc, you need to:
* [download](https://github.com/javitocor/currency-converter-react-native/archive/master.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:javitocor/currency-converter-react-native.git
```
- Clone with HTTPS
```
https://github.com/javitocor/currency-converter-react-native.git
```
* In the project directory, you can run:
- `$ npm install` or `$ yarn install` - installs all the dependencies required by the project
- `$ expo start` or `yarn start`- runs the app in the development mode:
- Scan the QR code with Expo app in your mobile phone, in your terminal or in your browser at [http://localhost:19002](http://localhost:19002)
## Future Features
- Call a real API to get updated rates.
## Author
👤 Javier Oriol Correas Sanchez Cuesta
- Github: [@javitocor](https://github.com/javitocor)
- Twitter: [@JavierCorreas4](https://twitter.com/JavierCorreas4)
- Linkedin: [Javier Oriol Correas Sanchez Cuesta](https://www.linkedin.com/in/javier-correas-sanchez-cuesta-15289482/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/javitocor/currency-converter-react-native/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments 🚀
- [React Native Documentation](https://reactnative.dev/docs/getting-started)
- [React Native School](https://learn.reactnativeschool.com/courses/enrolled/175915)
- [Spencer Carli](https://twitter.com/spencer_carli?lang=en)
## 📝 License
This project is [MIT](lic.url) licensed.
[contributors-shield]: https://img.shields.io/github/contributors/javitocor/currency-converter-react-native.svg?style=flat-square
[contributors-url]: https://github.com/javitocor/currency-converter-react-native/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/javitocor/currency-converter-react-native.svg?style=flat-square
[forks-url]: https://github.com/javitocor/currency-converter-react-native/network/members
[stars-shield]: https://img.shields.io/github/stars/javitocor/currency-converter-react-native.svg?style=flat-square
[stars-url]: https://github.com/javitocor/currency-converter-react-native/stargazers
[issues-shield]: https://img.shields.io/github/issues/javitocor/currency-converter-react-native.svg?style=flat-square
[issues-url]: https://github.com/javitocor/currency-converter-react-native/issues