Skip to content

enowuigrek/AI-Daily-Assistant

Repository files navigation

AI Daily Assistant

Overview

AI Daily Assistant is a project developed to practice and enhance AI agent capabilities. The project includes a clean and responsive user interface, fully styled using modular SCSS for better maintainability and customization. It serves as both a useful tool and a playground for testing ideas related to task planning, habit tracking, and future AI agent integration.

Features

  • Task Management: Add, edit, toggle completion status, and remove daily tasks.
  • Persistent Storage: Tasks are saved in local storage to ensure data is retained between sessions.
  • User-Friendly Interface: Simple and intuitive design for seamless task management.

Installation

To run the project locally:

  1. Clone the Repository:

    git clone https://github.com/enowuigrek/AI-Daily-Assistant.git
  2. Navigate to the Project Directory:

    cd ai-daily-assistant
  3. Install Dependencies:

    npm install
  4. Start the Development Server:

    npm run dev

    The application will be running at http://localhost:3000.

Usage

  • Add a Task: Use the input field to enter a new task and press 'Enter' to add it to the list.
  • Edit a Task: Click on the edit icon (✏️) next to a task to modify its text. Press 'Enter' or click outside the input field to save changes.
  • Toggle Task Completion: Click the checkbox next to a task to mark it as complete or incomplete.
  • Remove a Task: Click on the trash icon (🗑️) to delete a task from the list.

Contributing

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

  1. Fork the Repository.

  2. Create a New Branch:

    git checkout -b feature/YourFeatureName
  3. Commit Your Changes:

    git commit -m 'Add some feature'
  4. Push to the Branch:

    git push origin feature/YourFeatureName
  5. Open a Pull Request.


This project is developed as part of an AI agents practice exercise.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published