Source code for Tea Notes app. Built with React Native.
You can download the app here.
Official website: http://react-review.leanapp.cn/app/tea-notes
This is my first React Native project, and it is called Tea Notes
.
As a tea enthusiast, I always want to have a mobile app that can keep track of brewing tips of my favorite teas.
Although there were quite a lot note-taking apps, they were not specially designed for teas. There was no easy way to use Celsius & Fahrenheit conversion functions, not mentioning tea-brewing timers, and alerts.
I decided to build a tea-note taking app by myself, as well as learning something new of React Native. From September 2016, to December 2016, I spent 3 months designing, building, and testing my idea.
And here is the outcome!
- clone this repo to your machine
git clone https://github.com/chenzhe142/tea-notes.git
-
install React Native command line tool. you can follow the instruction on React Native official tutorial
-
open iOS version app on your machine (Mac only)
react-native run-ios
If npm error
pops up, try running npm install
to install missing dependencies.
feel free to shoot me an email if you have any questions. ;)