Find our app on playstore : Noteing Hill
- Node.js v12.x or later (Link : https://nodejs.org/en/download/)
- npm v5.x or later (npm installs as a package along with Node)
- git v2.14.1 or later
- Run
npm install -g @aws-amplify/cli(Global installation of AWS Amplify CLI) - Run
amplify configure - Sign in with your AWS credentials on the browser and then press enter in terminal
- Select ap-south-1
- Set a new user name (At this point, it is recommended to call Aniketh. A new IAM user will be created. That will need granting permissions. Aniketh will take the reins from here!)
- Select "Get from Version Control"
- Link GitHub account using login or token (Access token is most likely to work)
- Paste GitHub repo URL:
https://github.com/Aniket-512/Note-ingHill/ - Click "Clone"
- Use an emulator that runs Android 9. Android 10 has camera problems.
- Run Android Studio as a Root user (Linux) or as an Administrator (Windows).
- (For Windows only) Check your path variables. If node path is not present, add it to your path.
- (For Windows Only) If you get a EEXIST: File already exists error, make sure you contact Vishnu. In your C:/Users/ path, your username has a space. Refer to this link : https://docs.microsoft.com/en-US/troubleshoot/windows-client/user-profiles-and-logon/renaming-user-account-not-change-profile-path
- Dynamic render of UI elements
- Force light theme (or redo the entire UI from scratch) (Completed)
- Add loading spinners
- Add splash screen
- Lock to portrait orientation (Completed)
- Add app logo (Completed)