Thank you for considering contributing to this To-Do List project! Whether it's fixing bugs, suggesting improvements, or adding new features, your contributions are highly appreciated.
To contribute, start by forking the repository to your GitHub account. Click the "Fork" button at the top right of the repository page.
Once you've forked the repository, clone it to your local machine.
git clone https://github.com/YOUR-USERNAME/To-Do-List.git
This project uses ESLint and Prettier to ensure code quality and consistency.
- ESLint helps identify and fix problems in your JavaScript code.
- Prettier automatically formats your code to follow consistent styling rules.
To check your code for issues, run the following command:
npm run lint
This command will execute ESLint on your project files and report any errors or warnings.
To format your code, run the following command:
npm run format
This command will execute Prettier on your project files and apply consistent formatting according to the rules defined in your configuration.
This project is actively maintained by:
Maintainer 1 | Maintainer 2 |
Feel free to reach out to either of us for any issues or contributions.