Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1.11 KB

README.md

File metadata and controls

39 lines (23 loc) · 1.11 KB

Project Name

This is a Task app

DEPLOYMENT LINK

Find the deployed version of the app here: ContactMaster App

About

A task list application using Vue.js that includes filtering, error handling, enhanced user experience, and responsive design.

Task List: Display a list of tasks. Task Creation: Allow users to add new tasks to the list. Task Deletion: Allow users to remove tasks from the list. Task Filtering: Implement filtering options to filter tasks based on completion status

Installation

  1. Clone the repository: git clone https://github.com/nikhilmaurya26/VueJS-Task-App.git
  2. Navigate to the project directory: cd task-app
  3. Install dependencies: npm install
  4. npm run serve

Screenshots

Screenshot 1

Contributing

If you'd like to contribute to the project, follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature-name
  3. Make your changes and commit them: git commit -m "Add your changes"
  4. Push to the branch: git push origin feature/your-feature-name