This to do app is the first one I made while making a Beginners React tutorial, here I learned the basic concepts like useStates, useContext, portals and more.
https://julioapv.github.io/react-todo-app/
- Add or delete as many tasks as you want ✔
- Mobile first design 📱
- Use the search bar to filter your tasks 🔍
- All your tasks are saved in local storage 💾
Clone the repo, cd to the directory, then run "npm i" and you should be ready to go!
cd counter-app
npm i
code .
npm run dev
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