Skip to content

evergreenx/taskninja

Repository files navigation

TaskNinja App

TaskNinja is a productivity app that helps you stay organized and manage your tasks effectively. This repository contains the frontend code for the TaskNinja app, built using Expo, Reanimated, Expo Router, AWS Amplify, and AWS AppSync.

Link to Figma wireframe

see preview

Features

  • Task Management: Create, organize, and prioritize your tasks with ease.
  • Note Taking: Capture important notes and ideas effortlessly.
  • Calendar Integration: Seamlessly sync tasks and events with your calendar.
  • Real-time Data Sync: Enjoy real-time synchronization of data using AWS AppSync.
  • User-Friendly Interface: Enjoy a clean and intuitive interface for a smooth user experience.

Technologies Used

  • Expo: An open-source platform for building universal apps using React Native and JavaScript.
  • Reanimated: A React Native library for smooth and performant animations.
  • Expo Router: A navigation library for handling screen navigation in Expo apps.
  • AWS Amplify: A development platform that simplifies building secure, scalable, and full-stack applications.
  • AWS AppSync: A managed service for real-time data synchronization and offline capabilities.

Installation

  1. Clone the repository: git clone https://github.com/evergreenx/taskninja-frontend.git
  2. Navigate to the project directory: cd taskninja
  3. Install dependencies: npm install
  4. Configure and initialize AWS Amplify: amplify init
  5. Add AWS AppSync to the project: amplify add api
  6. Follow the prompts to configure your AWS AppSync API.
  7. Deploy the AWS AppSync API: amplify push

Make sure you have the Expo CLI and Amplify CLI installed globally on your machine. You can install them by running npm install -g expo-cli and npm install -g @aws-amplify/cli.

Usage

  • Open the Expo client on your mobile device or use an Android/iOS emulator to run the app.
  • Scan the QR code generated by the Expo development server to launch the TaskNinja app on your device.
  • Explore the app's features and enjoy a productive workflow!

Contributing

Contributions are welcome! If you'd like to contribute to the TaskNinja project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Make your changes and commit them: git commit -m 'Add some feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Open a pull request.

Please make sure to follow the project's code style and conventions when making changes.

License

This project is licensed under the MIT License.