This is a simple Notepad application developed using C# and Windows Forms. It was built as a mini-project for a university course, designed to provide basic text editing functionalities, similar to the default Notepad application on Windows.
- Create new files
- Open existing text files
- Edit text content
- Save files
- Close the application
The project was developed to improve my understanding and skills in:
- Event-driven programming
- User interface (UI) design
- File handling in desktop applications
- C#
- Windows Forms
- Clone the repository to your local machine.
[email protected]:ahmedmaged6/notepad-application.git
- Open the solution file (
.sln
) in Visual Studio. - Build and run the project to launch the Notepad application.