Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1.72 KB

README.md

File metadata and controls

60 lines (42 loc) · 1.72 KB

Todo Web Application 📝

App Screenshot

A simple, interactive Todo Web Application built with React to help you manage your daily tasks effectively.

Features 🎉

  • Add Tasks: Create new tasks instantly.
  • Delete Tasks: Remove tasks that are completed or no longer needed.
  • Reorder Tasks: Move tasks up and down to prioritize as needed.
  • Responsive Design: Works smoothly across all devices.

Technologies Used 🛠️

  • React - For building the UI components.
  • JavaScript - Core programming language.
  • CSS - Styling and layout.

Installation ⚙️

  1. Clone the repository:
    git clone https://github.com/Lawani-EJ/Todo-WebApplication.git
  2. Navigate to the project directory:
    cd Todo-WebApplication
  3. Install dependencies:
    npm install
  4. Start the application:
    npm run dev

Usage 💻

  1. Add a Task: Enter a task in the input field and press "Add."
  2. Delete a Task: Click the 🗑️ icon next to a task.
  3. Reorder Tasks: Use the ⇧ and ⇩ icons to adjust task priority.

Screenshots 📸

App Screen Recording

License 📜

This project is licensed under the MIT License.

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available: