A simple and elegant task management application built with React and Vite. This application helps you organize your daily tasks efficiently with a minimalist design.
- Add Tasks: Easily add tasks to your to-do list.
- Remove Tasks: Remove tasks that you have completed.
- Responsive Design: Works seamlessly on both desktop and mobile devices.
- Minimalist UI: Clean and simple user interface for distraction-free task management.
- React: A JavaScript library for building user interfaces.
- Vite: A fast build tool and development server.
- Tailwind CSS: A utility-first CSS framework for styling.
- PropTypes: For type-checking React props.
To get a local copy up and running, follow these steps:
- Node.js (v14 or later)
- npm (Node Package Manager)
-
Clone the repository:
git clone https://github.com/AnshumanAtrey/todo.git
-
Navigate to the project directory:
cd todo
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit
http://localhost:5173
to see the application in action.
- To add a task, type your task in the input field and click the "+" button.
- To remove a task, click the trash icon next to the task you want to delete.
This project is deployed on Vercel. Any changes pushed to the main branch of the GitHub repository will automatically trigger a new deployment.
Contributions are welcome! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Inspired by minimalist design principles.
- Thanks to the open-source community for their contributions and support.