OstPerino / task-manager-client

task manager client for diplom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3 Task Manager Client

This is a task manager client application built with Vue 3 and TypeScript.

Installation

To install the application, simply run:

npm install

Usage

To run the application in development mode, run:

npm run serve

This will start the development server and open the application in your default browser.

To build the application for production, run:

npm run build

This will create a production-ready build of the application in the dist directory.

Features

  • Add, edit, and delete tasks
  • Mark tasks as complete
  • Filter tasks by status
  • Sort tasks by various criteria
  • Responsive design for mobile and desktop

Technologies Used

  • Vue 3
  • TypeScript
  • Vue Router
  • Pinia
  • Axios

Contributing

Contributions are welcome! If you find a bug or have a feature request, please open an issue or submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Credits

This project was created by Nikita Kucenko.

About

task manager client for diplom


Languages

Language:Vue 70.7%Language:TypeScript 17.4%Language:JavaScript 10.2%Language:SCSS 1.4%Language:HTML 0.3%