Skip to content

Latest commit

Β 

History

History
52 lines (33 loc) Β· 1.29 KB

File metadata and controls

52 lines (33 loc) Β· 1.29 KB

πŸ“ TodoEx β€” Your Daily Task Setter

A todo management application built with React, Vite, and Tailwind CSS.

πŸ‘‰ Live Demo


✨ Key Features

  • Dynamic Task Management: Add, edit, and delete tasks instantly.
  • Responsive UI: Fully optimized for mobile, tablet, and desktop.
  • Modern Styling: Built with Tailwind CSS v4..

πŸ› οΈ Tech Stack


πŸ”§ Installation & Local Setup

If you want to run this project locally on your machine, follow these steps:

  1. Clone the Repository

     git clone "https://github.com/codamee/todo-app.git"
  2. Navigate into the Project Directory

    cd todo-app
  3. Install Dependencies This step is crucial as it downloads the necessary node_modules required to run the app.

    npm install
  4. Start the Development Server

    npm run dev

    Once started, open http://localhost:5173 in your browser.