A task manager app built using React to help us organize and manage our daily tasks with local storage support.
- Mark tasks as completed with a fun rocket animation.
- Tasks are saved in local storage, so you can revisit and view old tasks.
- Displays the current date and time for better task management.
- Responsive design for mobile and desktop views.
- Clone the repository:
git clone https://github.com/Kishore-SR/RockeTo-Do.git
- Navigate to the project directory:
cd RockeTo-Do
- Install dependencies:
npm install
- Run the development server:
npm run dev
- Open
http://localhost:5173
in your browser to see this project.