Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.07 KB

README.md

File metadata and controls

41 lines (30 loc) · 1.07 KB

TypeScriptodo

A simple and user-friendly to-do list application built with React and TypeScript.

Features

  • Create, edit, and delete to-do items
  • Mark items as completed
  • Reorder items using drag and drop
  • Fully responsive design

Technologies Used

  • React
  • TypeScript
  • react-beautiful-dnd
  • CSS

Getting Started

Clone the repository: git clone https://github.com/arikxl/typescriptodo.git

Install the dependencies: npm start

Build for production: npm run build

Usage

Add your to-do items in the input field and press enter or click on the "go" button. You can mark the items as done by clicking on the checkmark icon, edit them by clicking on the edit icon, delete them by clicking on the delete icon and reorder them using drag and drop.

Deployment

This project is deployed on GitHub Pages. You can see it live at https://arikxl.github.io/typescriptodo/

Contributing

If you want to contribute to this project, feel free to open a pull request.

Contact

If you have any questions or need help with the project, feel free to contact me at [email protected].