Aboutย ย ย |ย ย ย Techsย ย ย |ย ย ย How to useย ย ย |ย ย ย How to contributeย ย ย |ย ย ย License
Todo App is a simple task manager and easy to use, create, mark as done and delete your tasks | Let's spread love ๐๏ธ ๐
This project has been developed with the following techs:
React Native ๐ฑ๏ธ
Typescript ๐
Expo ๐ค๏ธ
In order to clone this repo, you'll need some tools
- Git
- VSCode or any other editor of your choice
- Android Studio (needed to use the emulator)
- NPM ou Yarn as your package manager. When installing NodeJS the NPM is automatically installed.
Open your terminal as administrator and clone the repository
# Cloning the repository
$ git clone https://github.com/marcelogaldino/todoApp# Go to todoApp/ directory
$ cd todoApp
# Install dependencys
$ yarn
# Starting the app
$ yarn startAt this moment, you should see the metro bundler started and Expo QR Code on your terminal, just follow the instructions on you terminal to run the app.
- Make a fork;
- Create a new branch with your feature:
git checkout -b my-feature; - Commit your changes:
git commit -m 'feat: My new feature'; - Push your new branch to remote:
git push origin my-feature.
Open a pull request and we will check your changes
You also can help us openning issues
This project is under the MIT license. See the LICENSE for details.
Made with โฅ by Marcelo Galdino ๐ Get in touch!


