This is a simple ToDo app built with Vanilla TypeScript and Vite.
- Add new tasks
- Mark tasks as completed
- Delete tasks
-
Clone the repository:
git clone https://github.com/xkalepar/todo-list-typescript
-
Navigate to the project directory:
cd todo-app
-
Install the dependencies:
npm install
- Start the development server:
npm run dev
This will start the app and automatically open it in your default browser.
- 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.
You can modify the TypeScript files in the src directory to customize the app according to your needs.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
This project is licensed under the MIT License.
Check out the live demo of the ToDo app here.