https://github.com/brunonascdev/dotask-app
doTask App: an elegant toDo app built with React Native.
https://github.com/brunonascdev/dotask-app
Last synced: 11 months ago
JSON representation
doTask App: an elegant toDo app built with React Native.
- Host: GitHub
- URL: https://github.com/brunonascdev/dotask-app
- Owner: Brunonascdev
- Created: 2020-05-10T01:01:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:27:14.000Z (over 3 years ago)
- Last Synced: 2023-03-03T09:22:28.908Z (over 3 years ago)
- Language: JavaScript
- Size: 5.62 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
doTask 📝
doTask it's an simple toDo app built with React Native.
🛠 I'm still working in the app. If you have any suggestion, please, talk with me in my email: brunonascimentodev@gmail.com
If you want to try the app, go to the terminal and clone the repository;
git clone https://github.com/Brunonascdev/dotask-app.git
Then, enter in the folder and install the dependencies.
cd dotask-app
npm install // or if you use yarn: yarn install
To run on an emulator/real device, try:
npx react-native run-android // or in iOs: npx react-native run-ios