Skip to content

xkalepar/todo-list-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App

This is a simple ToDo app built with Vanilla TypeScript and Vite.

Features

  • Add new tasks
  • Mark tasks as completed
  • Delete tasks

Installation

  1. Clone the repository:

    git clone https://github.com/xkalepar/todo-list-typescript
    
  2. Navigate to the project directory:

    cd todo-app
    
  3. Install the dependencies:

    npm install
    

Usage

  1. Start the development server:

npm run dev

   This will start the app and automatically open it in your default browser.
  1. Interact with the app in your browser:
  • Add new tasks by entering text in the input field and pressing Enter.
  • Click on a task to mark it as completed.
  • Click on the "X" button next to a task to delete it.

Make changes to the code:

You can modify the TypeScript files in the src directory to customize the app according to your needs.

Contributing

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

License

This project is licensed under the MIT License.

Live Demo

Check out the live demo of the ToDo app here.

About

simple to do list was built vanilla Typescript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published