/toDO

Primary LanguageTypeScriptMIT LicenseMIT

to.do

React Native version TypeScript version
GitHub repo size in bytes MIT License

Index

The Project   |    🛠 Features   |    🏁 Starting


🚀 Ignite Challenge #01 | To-Do

This is the first challenge of the React Native trail of Ignite.

🎨 Layout made in Figma by Tiago Luchtenberg


✅ The Project:

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

Home Typing New task add

🛠 Technologies

Developed with React Native and TypeScript.


🏁 Starting the project:

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