This is a React Native example application to create ****ing awesome notes
- Run
npm install
. - For ANDROID run
react-native run-android
. For IOS runreact-native run-ios
.
Run npm test
.
- Create awesome notes
- See them on the notes list
- Set note as favourite(swiping from left to right one note and tapping on the star icon)
- Delete notes(swiping from right to left one note and tapping on the trash icon)
- Filter the notes list by your favourite notes
- and more...(no, not much more...hehe ^^')
- Use Styled-components
- Code coverage up to ~80%
- More animations (on scroll for example)
- Remove all text on device shake (on create new note view)
- Firebase auth with Facebook/Twitter
- Persist notes on Firebase database