Todo App
This is a simple Todo application built using Vue.js. It allows users to manage their tasks by adding, updating, and deleting todos. The app retrieves dummy todo data from a provided API and displays it in a user-friendly interface.
- View a list of todos fetched from a dummy API.
- Mark todos as completed by checking the checkbox.
- Delete todos from the list.
- Responsive design for optimal viewing on mobile devices.
- Vue.js
- Tailwind CSS
- Axios
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install dependencies using
npm install
. - Start the development server with
npm run serve
. - Open your web browser and navigate to the provided local server address.
- Interact with the Todo app by marking todos as completed or deleting them as needed.
The app retrieves todo data from a dummy API provided via a network request. Upon receiving the data, it displays the todos in a list format. Users can interact with each todo item by marking it as completed or deleting it from the list. The app utilizes Vue.js for its reactive user interface and Tailwind CSS for styling.
- btwlouis
Feel free to contribute to the project by submitting pull requests or reporting any issues you encounter. Your feedback is highly appreciated!
This project is licensed under the MIT License.