Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/srnightmare09/todolist
An app which can insert and remove tasks which are added by the user
https://github.com/srnightmare09/todolist
cs csharp list winforms
Last synced: about 6 hours ago
JSON representation
An app which can insert and remove tasks which are added by the user
- Host: GitHub
- URL: https://github.com/srnightmare09/todolist
- Owner: SrNightmare09
- License: mit
- Created: 2022-04-10T23:30:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-18T07:35:02.000Z (over 1 year ago)
- Last Synced: 2023-06-18T12:12:48.239Z (over 1 year ago)
- Topics: cs, csharp, list, winforms
- Language: C#
- Homepage:
- Size: 162 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# TodoList
A list maker which can be used for managing tasks. Tasks can be added and removed as well. App made with implementation of Winforms and Database
###### *Image: Preview of the app*
## Table of Contents
- [Features](https://github.com/SrNightmare09/todolist#features)
- [Dependencies](https://github.com/SrNightmare09/todolist#dependencies)
- [Bugs](https://github.com/SrNightmare09/todolist#bugs)
- [Upcoming Features](https://github.com/SrNightmare09/todolist#upcoming-features)
- [Contributing](https://github.com/SrNightmare09/todolist#contributing)
- [MIT License](https://github.com/SrNightmare09/todolist#license)
## Features
- [x] Tasks can be added/removed
- [x] Live reloading
- [x] Tasks can be added with an additional optional description
- [x] User-friendly GUI
## Dependencies
None
## Bugs
- [Improper behaviour of Delete button](https://github.com/SrNightmare09/todolist/issues/3)
## Upcoming Features
- [ ] Different color backgrounds
- [ ] Option to edit tasks
- [ ] Usage of SQL database for storing tasks
- [ ] Smoother usage
- [ ] Build as complete application with easy installation## Contributing
Contributions are always welcome!
See [`CONTRIBUTING.md`](https://github.com/SrNightmare09/todolist/blob/master/CONTRIBUTING.md) for ways to get started.
Please adhere to this project's [`CODE OF CONDUCT`](https://github.com/SrNightmare09/todolist/blob/master/CODE_OF_CONDUCT.md)
## License
[MIT](https://github.com/SrNightmare09/todolist/blob/master/LICENSE)