Skip to content

Commit df0e2ed

Browse files
authored
Merge pull request #3 from hoangsonww/feat/add-pipeline-docs
feat(docs): enhance gif quality
2 parents b50ee34 + 9c1a141 commit df0e2ed

5 files changed

Lines changed: 22 additions & 242 deletions

File tree

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# TaskNexus - Task Manager React Native App 📱
1+
# TaskNexus - A Task Manager React Native App 📱
22

33
**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.
44

@@ -56,7 +56,8 @@
5656
- [iOS](#ios)
5757
- [Android](#android)
5858
- [Web](#web)
59-
- [Screen Recordings (GIFs)](#screen-recordings-gifs)
59+
- [Screen Recordings (GIF)](#screen-recordings-gif)
60+
- [Realtime Synchronization Demo](#realtime-synchronization-demo)
6061
- [Features](#features)
6162
- [Technical Stack & Libraries](#technical-stack--libraries)
6263
- [Core Dependencies](#core-dependencies)
@@ -164,7 +165,7 @@ I hope its name and branding convey a sense of connectivity and organization, wi
164165
> 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!
165166
166167
> [!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!
168169
169170
## Features
170171

@@ -425,7 +426,7 @@ Task-Manager-ReactNative
425426
│ ├── TaskItemStyles.ts # Custom styles for individual task items
426427
│ ├── NotFoundStyles.ts # Custom styles for the Not Found screen
427428
│ └── 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
429430
│ ├── Gemfile # Ruby dependencies for the backup Rails backend
430431
│ ├── app.rb # Main Ruby API application file
431432
│ ├── 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
552553

553554
## License
554555

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.
556557

557558
> [!CAUTION]
558559
> 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.
559560
560561
## Contact
561562

562-
For any questions, feedback, or suggestions, please contact:
563+
For any questions, feedback, or suggestions, please contact the repository owner:
563564

564565
- **Name:** [Son Nguyen](https://sonnguyenhoang.com)
565566
- **Email:** [hoangson091104@gmail.com](mailto:hoangson091104@gmail.com)
566567
- **GitHub:** [@hoangsonww](https://github.com/hoangsonww)
568+
- **LinkedIn:** [Son Nguyen](https://www.linkedin.com/in/hoangsonw/)
567569

568570
---
569571

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!
571573

572574
**[🔝 Back to top](#tasknexus---task-manager-react-native-app-)**

bootstrap-tasknexus-ruby.sh

Lines changed: 0 additions & 233 deletions
This file was deleted.

img/sync.gif

-15.5 MB
Loading

jest.setup.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
import "react-native-gesture-handler/jestSetup";
22

3-
// Silence the warning: “An update to Animated... was not wrapped in act(...)”
43
jest.mock("react-native/Libraries/Animated/NativeAnimatedHelper");

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,18 @@
1212
"bugs": {
1313
"url": "https://github.com/hoangsonww/Task-Manager-ReactNative/issues"
1414
},
15+
"keywords": [
16+
"react-native",
17+
"expo",
18+
"task-manager",
19+
"productivity",
20+
"mobile-app",
21+
"todo-list",
22+
"task-tracker",
23+
"task-management",
24+
"cross-platform",
25+
"react-navigation"
26+
],
1527
"scripts": {
1628
"start": "expo start",
1729
"reset-project": "node ./scripts/reset-project.js",
@@ -77,5 +89,5 @@
7789
"react-test-renderer": "^18.3.1",
7890
"typescript": "^5.3.3"
7991
},
80-
"private": true
92+
"private": false
8193
}

0 commit comments

Comments
 (0)