README.md
old-apps
A repository that holds apps I make in C# that look like they came from old windows
Table of Contents
Introduction
This repository holds applications I make in C# that mimic the look and feel of old Windows applications. The applications are built using the .NET 6.0 framework and are designed to be simple, user-friendly, and nostalgic.
Current Applications
- Notepad: A simple text editor application that mimics the functionality of an old-school notepad.
Contributing
We welcome contributions! Please follow these steps to contribute:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes.
- Commit your changes (
git commit -m "feat(feature-name): add new feature"'
). - Push to the branch (
git push origin feature/YourFeature
). - Create a new Pull Request.
Please ensure your pull request adheres to the Code of Conduct.
License
This project is licensed under the CC0 1.0 License. See the LICENSE file for details.