Skip to content

deveshru2712/To_do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

To-Do List App

This is a simple To-Do List app built using React, Tailwind CSS, and Lucide React for icons.


Features

  • Add, edit, and delete tasks.
  • Minimalistic UI with a clean design.
  • Responsive layout for various devices.

Installation

Follow these steps to set up the project locally:

  1. Clone the repository:

    git clone https://github.com/your_username/To_do-List.git
  2. Navigate to the project directory:

  3. Install dependencies:

    npm install
  4. Start the development server:

    npm start
  5. Open your browser and visit http://localhost:3000 to view the app.


Technologies Used

  • React: JavaScript library for building user interfaces.
  • Tailwind CSS: Utility-first CSS framework for custom styling.
  • Lucide React: A set of open-source icons for React.

How to Use

  1. Clone the repository and install dependencies.
  2. Start the development server.
  3. Add tasks using the input form.
  4. Edit or delete tasks as needed.

Customization

  • Modify the styles by updating the Tailwind CSS configuration file (tailwind.config.js) or CSS classes in the components.
  • Enhance functionality by editing React components in the src/components/ directory.

Contributions

Contributions, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.


Happy Coding! 🚀