The To-Do application is a simple and user-friendly web app built with React and TypeScript. It allows users to manage their tasks by adding, completing, and deleting to-dos. The application features a clean and cheerful interface with pastel colors to enhance user experience. The application includes a suite of tests to ensure functionality and style consistency. Tests are written using vitest and @testing-library/react.
To begin, run the command npm install to install the required modules. To launch the todo list, execute npm run dev.
To check the tests execute npm test.
- React
- Typescript
- Vitest
- JsDom
- Testing Library
- Jest-Dom
- Vite