This Todo app is a simple yet powerful task management application designed to help users organize their daily activities efficiently. The app provides an intuitive interface for creating, editing, and managing tasks effortlessly.
Task Creation: Add new tasks with ease and set specific details for each task. Task Management: Edit, mark as completed, or delete tasks as needed. Drag-and-Drop: Reorder tasks effortlessly through intuitive drag-and-drop functionality. Local Storage: Persistently stores tasks locally to ensure data remains accessible across sessions. Cross-Device Compatibility: Responsive design ensures usability across various devices and screen sizes.
Before you begin, ensure you have met the following requirements:
- Node.js: Make sure Node.js is installed on your system.
- Yarn: Make sure Yarn is installed on your system.
Follow these steps to set up and run your frontend project:
-
Clone the repository:
git clone [email protected]:guerrerocing/react-to-do-list.git
-
Navigate to the project directory:
cd react-to-do-list
-
Install the project dependencies:
yarn install
-
Start the project:
yarn dev
-
Access your browser
http://localhost:5173