About | Features | Technologies | Requirements | Starting
A React-Native App for taking notes
✔️ Create a new note (Personal/Work/Ideas/Lists);
✔️ Edit the note;
✔️ Remove the note.
This project uses:
To see how to configure both Android and iOS React-Native environment, check React-Native Documentation
To build your application on Android you will need Android Studio
To build your application on iOS you will need XCode, (Only available through AppStore on a Apple Machine)
# Both in API and APP Projects
# Install dependencies
$ yarn install
# Inside the APP Project
# Build Android application
$ yarn android
# Build iOS application
$ yarn ios