Welcome to the Simple To-Don't-List App! This application helps you stay productive by keeping track of things you shouldn't do. Unlike a traditional to-do list, this app focuses on habits, distractions, and activities you want to avoid to maintain your productivity and well-being.
Add Items: Easily add things you want to avoid doing. Mark as Avoided: Track your success by marking items as avoided. Remove Items: Delete items that are no longer relevant. Simple UI: A clean, minimalistic interface for easy usage. Installation Clone the repository:
bash Copy code git clone https://github.com/yourusername/simple-to-dont-list.git Navigate to the project directory:
bash Copy code cd simple-to-dont-list Install the necessary dependencies:
bash Copy code npm install Start the application:
bash Copy code npm start
Open the app in your browser. Add items to your To-Don't List by typing into the input field and clicking "Add". Mark items as avoided by checking them off. Remove items by clicking the delete icon next to each entry.
We welcome contributions! Please fork the repository and submit a pull request for any features, bug fixes, or enhancements.