A basic todo app built in react-native using hooks. Basic functionality includes:
- Add todo
- List todos
- Mark todo as checked / unchecked
- Remove todo from todo list
Step 1:
Download or clone this repo by using the link below:
https://github.com/Ldass2000/ToDoAppStep 2:
Go to project root folder
cd ToDoDassStep 3:
Execute the following command in console to get the required dependencies:
npm install
Step 4:
Make sure you have an ios Simulator or Android Emulator running or have an ios device with you:
npm start # you can also use: expo start
Step 5: You should see something like this on your terminal
Support by clicking the ⭐️: button on the upper right of this page. ✌️
