✅ The Project | 🛠 Features | 🏁 Starting
This is the first challenge of the React Native trail of Ignite.
🎨 Layout made in Figma by Tiago Luchtenberg
The 1st challenge was to complete a to-do app using logic and the basic concepts of React Native. By the end of the challenge, tests would be run to check if the app was able to create, complete and delete tasks besides counting them
Developed with React Native and TypeScript.
Clone the project: git clone https://github.com/srsouzaj/Ignite-ReactNative-ToDo
❗ NOTE: If you don't have yarn installed, use npm instead.
📱 Execute the following commands to run the application:
# to download the dependencies
$ yarn
# to start running the app
$ yarn start
# to download the app
$ yarn android