This is a simple to-do list made using React. User can perform CRUD operations. Also incorporates a theme switcher.
- React.js
- Vite
Use the To-Do List here: https://aarush-todo-list.netlify.app/
Clone
- Navigate to the directory.
$ git clone https://github.com/Aarush-Verulkar/To-Do-List.git
Installation
- Make sure to install 'pnpm' before the following commands.
pnpm i
Run
pnpm run dev