This is a Task app
Find the deployed version of the app here: ContactMaster App
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
- Clone the repository:
git clone https://github.com/nikhilmaurya26/VueJS-Task-App.git
- Navigate to the project directory:
cd task-app
- Install dependencies:
npm install
- npm run serve
If you'd like to contribute to the project, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes and commit them:
git commit -m "Add your changes"
- Push to the branch:
git push origin feature/your-feature-name