https://github.com/arthurdenner/currency-converter
Currency converter built with React Native doing Handlebars' "React Native Basics: Build a Currency Converter"
https://github.com/arthurdenner/currency-converter
Last synced: 3 months ago
JSON representation
Currency converter built with React Native doing Handlebars' "React Native Basics: Build a Currency Converter"
- Host: GitHub
- URL: https://github.com/arthurdenner/currency-converter
- Owner: arthurdenner
- Created: 2018-01-27T21:19:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T01:01:57.000Z (over 7 years ago)
- Last Synced: 2025-01-23T19:53:13.944Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 272 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About the project
This project was built doing [this course](https://learn.handlebarlabs.com/p/react-native-basics-build-a-currency-converter) **(It's free!)**
I forgot to create a new repository for it, so all the steps I followed are in my main [study repository](https://github.com/arthurdenner/learning/) :facepalm:
This repository is different from what you might see in the course because instead of using [`redux`](https://github.com/reactjs/redux) and [`redux-saga`](https://github.com/redux-saga/redux-saga) (that I know pretty much), I decided to try and use [`redux-zero`](https://github.com/concretesolutions/redux-zero/) (and it's really good!).
The initial commit was when I published the app in Expo. [(see here)](https://expo.io/@arthurdenner/currency-converter)
## What's next then?
Well, since I've finished the course, I'm going to continue my study refactoring the app to use other packages that I'm interested about and adding some features.
#### Next steps
* [x] Use [styled-components](https://github.com/styled-components/styled-components) - never used and it seems fantastic
* [x] Persist user's theme choice - that's essencial
* [ ] Create the option to add more colors