We welcome contributions to improve the functionality, design, or performance of this simple to-do list app.
- Search the issue tracker to see if the bug has already been reported.
- If not, open a new issue with the following details:
- Description of the bug
- Steps to reproduce the bug
- Expected and actual behavior
- Your browser details (version, type)
- Before suggesting a feature, please check if it's within the scope of this project (a simple to-do list app).
- Open a new issue, explaining:
- The feature you would like to add
- Why it is useful for the project
- Any implementation details (optional)
- Fork the repository and create a new branch (
feature/your-feature-name). - Make sure your code follows good practices:
- Clean and readable JavaScript.
- Comment your code where necessary.
- Follow the CSS style used in the project.
- Submit a pull request (PR) and describe what your changes do.
- Ensure that the changes solve the issue or implement the feature.
- Ensure the code is clean and readable.
- Suggest improvements where applicable.
- job done
- Use consistent indentation (2 spaces).
- Keep your JavaScript functions focused and modular.
- CSS should be minimal and responsive.
We appreciate your effort in contributing!