This is a simple todo list web application built with TypeScript and Next.js.
Contributions are welcome! Please follow these guidelines when contributing to the project:
If you have new features or improvements in mind, feel free to share them in the issues section. Describe the feature or improvement you'd like to see, and we can discuss it further.
User should be able to edit the task, consider adding an edit button.
Consider implementing lazy loading for the To-Dos to improve performance, especially if the list grows large. Use libraries like react-lazyload
for this purpose.
Ensure that the app is responsive by using breakpoints for variable sizing. Use media queries in your CSS or consider using a responsive framework like Tailwind CSS.
If you encounter any CSS issues or find areas where the styling can be improved, feel free to fix them. Make sure to test your changes across different screen sizes.
git checkout -b feature/your-feature-name
).git commit -am 'Add new feature'
).git push origin feature/your-feature-name
).Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.