A simple React todo application built with Vite.
https://github.com/ayush28004/todo
- Built with React and Vite
- Includes a todo list component structure
- No icons are used in this project
- Install dependencies:
npm install- Start the development server:
npm run dev- Open the app in your browser:
- Visit the URL shown in the terminal, typically
http://localhost:5173
npm run buildnpm run preview