Here I moved the todoApp app made with vanilla JavaScript to the React library, where I learned the basics of it, for example array mutations.
This is a Todo app built with React + Vite and styled with Tailwind CSS. With this app you can add new to-dos, cross out or delete completed tasks. All information is stored in localStorage.This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh