Built a simple and intuitive task management app where users can easily add tasks, edit or delete them, and mark them as finished. Tasks are saved in local storage, so they stay intact until you choose to delete them.
Follow these steps to install the necessary dependencies for the project.
Make sure you have the following installed:
- Clone the repository:
git clone https://github.com/BitWiseNexus/Todo.git
- Install dependencies using npm:
npm install
To start the development server:
npm run dev