Marius-Diran / To-Do-List

To-Do List Web page
https://marius-todo-app.netlify.app/
0 stars 0 forks source link
css3 html5 javascript npm-package tailwindcss

A To-Do List Website

This is a simple to-do list website built with HTML, a CSS Framework, and JavaScript. It allows you to add, delete, and mark tasks as complete.

Features

Installation

  1. Clone the repository:
    git clone https://github.com/Marius-Diran/to-do-list-website.git
  2. Install the dependencies:
    npm install

    (This assumes you are using Node.js and have a package.json file for managing dependencies.)

  3. Run the application:
    npm run watch

    (This command will start the Tailwind CSS watcher to compile your CSS.)

  4. Open your web browser and navigate to index.html in your project directory.

Usage

  1. Open your web browser and navigate to [text](https://marius-todo-app.netlify.app/).
  2. Add a new task to the to-do list.
  3. Delete a task from the to-do list.
  4. Mark a task as complete.

Preview

image

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.