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
iTask is a simple and efficient to-do list application built with Vite and React. This project helps users manage their tasks all in one place, making productivity and organization easier.
iTask offers a streamlined experience for managing tasks, providing a single platform where users can add, edit, and track their to-dos. The web app features a clean interface and responsive design, aimed at boosting user productivity.
- Add and Delete Tasks: Quickly add tasks to your to-do list and remove them when completed.
- Edit Tasks: Modify tasks to keep your list updated.
- Responsive Design: Optimized for various screen sizes for ease of use on any device.
- Vite + React: Fast development and optimized performance.
- Vite - Next-generation front-end tool for fast builds and hot module replacement.
- React - A JavaScript library for building user interfaces.
-
Clone the repository: bash git clone https:/PramodBasavarajMenasi/github.com//iTask.git
-
Navigate to the project directory: bash cd iTask
-
Install dependencies: bash npm install
-
Run the application: bash npm run dev
-
Open in your browser: Visit http://localhost:3000 to view the app.
- Add a Task: Enter a task in the input field and click "Add" to include it in your list.
- Edit or Remove: Modify or delete tasks to stay updated.