|
1 | | -# TaskNexus - Task Manager React Native App 📱 |
| 1 | +# TaskNexus - A Task Manager React Native App 📱 |
2 | 2 |
|
3 | 3 | **Time to get organized!** TaskNexus is a modern, cross-platform task management app built with React Native, Expo, and TypeScript. It allows users to efficiently manage their daily tasks with features like task addition, completion, deletion, drag-and-drop reordering, and interactive statistics visualization. |
4 | 4 |
|
|
56 | 56 | - [iOS](#ios) |
57 | 57 | - [Android](#android) |
58 | 58 | - [Web](#web) |
59 | | - - [Screen Recordings (GIFs)](#screen-recordings-gifs) |
| 59 | + - [Screen Recordings (GIF)](#screen-recordings-gif) |
| 60 | + - [Realtime Synchronization Demo](#realtime-synchronization-demo) |
60 | 61 | - [Features](#features) |
61 | 62 | - [Technical Stack & Libraries](#technical-stack--libraries) |
62 | 63 | - [Core Dependencies](#core-dependencies) |
@@ -164,7 +165,7 @@ I hope its name and branding convey a sense of connectivity and organization, wi |
164 | 165 | > The above GIFs and images may not fully represent the app's current state, as they were recorded during development. The app has since been updated with new features and improvements. Please clone the repository and run the app to see the latest version in action! |
165 | 166 |
|
166 | 167 | > [!NOTE] |
167 | | -> My apologies for the low quality of the GIFs - they were converted from high-resolution videos to reduce file size, which resulted in great losses of quality. The app looks much better in real life, especially on mobile devices! |
| 168 | +> My apologies for the low quality of the GIFs - they were converted from high-resolution videos to reduce file size, which resulted in huge losses of quality. The app looks much better in real life, especially on mobile devices! |
168 | 169 |
|
169 | 170 | ## Features |
170 | 171 |
|
@@ -425,7 +426,7 @@ Task-Manager-ReactNative |
425 | 426 | │ ├── TaskItemStyles.ts # Custom styles for individual task items |
426 | 427 | │ ├── NotFoundStyles.ts # Custom styles for the Not Found screen |
427 | 428 | │ └── CustomTabStyles.ts # Custom styles for the tab bar and related UI components |
428 | | -├── ruby # Ruby backend for backup task management (optional) |
| 429 | +├── ruby # Ruby backend for backup task management API |
429 | 430 | │ ├── Gemfile # Ruby dependencies for the backup Rails backend |
430 | 431 | │ ├── app.rb # Main Ruby API application file |
431 | 432 | │ ├── config.ru # Rack configuration file for the Ruby app |
@@ -552,21 +553,22 @@ This is useful during development to quickly see the results of changes without |
552 | 553 |
|
553 | 554 | ## License |
554 | 555 |
|
555 | | -This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details. |
| 556 | +This project is licensed under the **MIT License**. See the [LICENSE](LICENSE) file for more details. |
556 | 557 |
|
557 | 558 | > [!CAUTION] |
558 | 559 | > This project is for educational purposes only and is not intended for production use. It is a personal project to demonstrate my skills in React Native, Expo, and TypeScript. Please be sure to credit the original author if you use any part of this code in your own projects, regardless of use case. |
559 | 560 |
|
560 | 561 | ## Contact |
561 | 562 |
|
562 | | -For any questions, feedback, or suggestions, please contact: |
| 563 | +For any questions, feedback, or suggestions, please contact the repository owner: |
563 | 564 |
|
564 | 565 | - **Name:** [Son Nguyen](https://sonnguyenhoang.com) |
565 | 566 | - **Email:** [hoangson091104@gmail.com](mailto:hoangson091104@gmail.com) |
566 | 567 | - **GitHub:** [@hoangsonww](https://github.com/hoangsonww) |
| 568 | +- **LinkedIn:** [Son Nguyen](https://www.linkedin.com/in/hoangsonw/) |
567 | 569 |
|
568 | 570 | --- |
569 | 571 |
|
570 | | -**Thank you for checking out TaskNexus - Task Manager React Native App! 🚀📲** |
| 572 | +**Thank you for checking out TaskNexus - A Task Manager React Native App! 🚀📲**. Please feel free to contribute, report issues, or suggest improvements. Your feedback is always welcome! |
571 | 573 |
|
572 | 574 | **[🔝 Back to top](#tasknexus---task-manager-react-native-app-)** |
0 commit comments