Loading repository data…
Loading repository data…
siraajul / repository
A minimalist React + Vite Todo application that offers essential CRUD operations (Create, Read, Update, Delete) with a clean, modern UI built using Tailwind CSS. Features include task completion toggling, inline editing, local storage persistence, and responsive design. Perfect for both React beginners and developers seeking a lightweight todo app
A minimalist React + Vite Todo application that helps you manage your daily tasks with ease. Built with modern tooling and a clean UI.
# Clone the repository
git clone https://github.com/yourusername/react-todo-app.git
# Navigate to project directory
cd react-todo-app
# Install dependencies
npm install
# Start development server
npm run dev
Visit http://localhost:5173 to view the app.
react-todo-app/
├── src/
│ ├── components/
│ │ └── ui/
│ ├── App.jsx
│ └── main.jsx
├── public/
├── index.html
└── package.json
# Run development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview
Feel free to:
git checkout -b feature-nameMIT License - feel free to use this project as a template for your own todo app!
Built with ❤️ and React