https://github.com/shhdharmen/whiteboard
White Board - An app to manage notes
https://github.com/shhdharmen/whiteboard
note-taking note-taking-app notes notes-app react-native
Last synced: 17 days ago
JSON representation
White Board - An app to manage notes
- Host: GitHub
- URL: https://github.com/shhdharmen/whiteboard
- Owner: shhdharmen
- License: mit
- Created: 2019-10-10T10:43:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-04T15:25:39.000Z (over 2 years ago)
- Last Synced: 2025-02-10T14:53:29.611Z (2 months ago)
- Topics: note-taking, note-taking-app, notes, notes-app, react-native
- Language: JavaScript
- Size: 3.93 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# WhiteBoard
White Board - An app to manage notes. You can see requirements [here](https://shhdharmen.github.io/100-days-of-react-native/REQUIREMENTS.html).
[](https://expo.io/@shhdharmen/WhiteBoard)
[](https://github.com/shhdharmen/white-board-strapi)
[](https://shhdharmen.github.io/100-days-of-react-native/)
[](https://expo.io/)
[](https://facebook.github.io/react-native/)
[](https://github.com/semantic-release/semantic-release)## Getting Started
```bash
git clone https://github.com/shhdharmen/WhiteBoard.git
cd WhiteBoard
yarn install
yarn start
```## Scripts
Generally, I would run only below script, all other publish / deploy scripts are run through [Github Actions](.github/workflows/build-deploy.yml).
### yarn start
Start the local development server of Expo CLI. And [open the app on your phone or simulator](https://docs.expo.io/versions/v35.0.0/workflow/up-and-running/#open-the-app-on-your-phone-or).
## Deployed Environments
| Environment | URL |
| -------------- | ------------------------------------------------------------------------------------ |
| Web :computer: | [https://shhdharmen.github.io/WhiteBoard/](https://shhdharmen.github.io/WhiteBoard/) |
| Expo :iphone: | [https://expo.io/@shhdharmen/WhiteBoard](https://expo.io/@shhdharmen/WhiteBoard) |## Backend
I didn't want to spend much time for backend, so I have used [strapi](strapi.io) to create [White Board Strapi](https://github.com/shhdharmen/white-board-strapi).