A simple and user-friendly to-do list application built with React and TypeScript.
- Create, edit, and delete to-do items
- Mark items as completed
- Reorder items using drag and drop
- Fully responsive design
- React
- TypeScript
- react-beautiful-dnd
- CSS
Clone the repository: git clone https://github.com/arikxl/typescriptodo.git
Install the dependencies: npm start
Build for production: npm run build
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.
This project is deployed on GitHub Pages. You can see it live at https://arikxl.github.io/typescriptodo/
If you want to contribute to this project, feel free to open a pull request.
If you have any questions or need help with the project, feel free to contact me at [email protected].