I made this app in 2018 as a project for the course 'Web Design and Development' at World Academy
After four years, in 2022, I decided to do a refactoring on the code base as an experiment using the new skills I developed over these last few years.
This app is a typical to-do list in which we can add tasks and delete or edit them. When we finish the task, we can check it as done.
- Update all the dependencies
- Added dependencies datetimepicker and expo-checkbox as the ones I was using before are now deprecated
- Started using Expo Go to test the app
- Reorganize files structore
- Fix calendar bugs
- Show dot menu just on the task we want to edit or delete
- Hide dot menu if we click outside the menu
- Rename functions and components to english
- If you want to test this app the easy way, you need to install Expo Go on your smartphone and run
yarn start
on the terminal. - Open Expo Go, scan the QR code, and you're ready to go. 😎
All code and documentation are (c) 2022 SofjaIRM and released under the MIT License.