This is a simple To-Do List app built using React, Tailwind CSS, and Lucide React for icons.
- Add, edit, and delete tasks.
- Minimalistic UI with a clean design.
- Responsive layout for various devices.
Follow these steps to set up the project locally:
-
Clone the repository:
git clone https://github.com/your_username/To_do-List.git
-
Navigate to the project directory:
-
Install dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
to view the app.
- 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.
- Clone the repository and install dependencies.
- Start the development server.
- Add tasks using the input form.
- Edit or delete tasks as needed.
- 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, issues, and feature requests are welcome! Feel free to open an issue or submit a pull request.
Happy Coding! 🚀