An open API service indexing awesome lists of open source software.

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.

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