🚧 Work in Progress
This is a simple Todo List application built with React and TypeScript.
- Add todo items
- Delete existing todo items
- uuid: A package to generate unique identifiers (UUIDs). It's used in this project to assign a unique ID to each todo item.
- Tailwind CSS: A utility-first CSS framework that provides low-level utility classes to build custom designs.
- React Icons: Popular icons from various libraries in a React.js-friendly syntax.
- Clone the repository
- Navigate into the directory
- Install the dependencies:
npm install
- Start the application:
npm run dev
This project is licensed under the MIT license.