EduNote is a simple notepad application created to facilitate learning Swift and Mac OS development. It serves as an accessible example for those who want to dive into the basics of Swift programming on the Mac platform. The project is open-source, encouraging contributions and customization.
While studying Swift and Mac OS development, I wanted to write some project (notepad), but I didn't find any suitable ones, so I decided to write as simple and understandable notepad as possible.
Special thanks to the Swift community ❤️
- Basic text editing functionalities
- File saving and opening capabilities
- A clean and intuitive native user interface
- It works!
To run the project you need at least:
- Xcode 10.1
- Swift 4.2.1
- Mac OS High Sierra
-
Clone the repository to your local machine.
git clone https://github.com/zabojeb/EduNote.git
-
Open the project in Xcode.
-
Build and run the application.
Or just clone the project in Xcode.
Important
If save button is not working, you should check your app settings. Check this for more info: NSSavePanel causes error
- Create, edit, save, and open text files effortlessly.
- Explore the source code to understand Swift and Mac OS development principles and make your own projects!
This is the EduNote Basic version. We plan to release more advanced versions:
- EduNote Crypto: Adds file encryption features and other
- EduNote Zip: Introduces file compression capabilities and other
Stay tuned and star the repo for more updates!
Contributions are welcome! Feel free to fork the repository, make your changes, and submit a pull requests 🤗
This project is licensed under the MIT License. See the LICENSE file for details.
Created with ❤️ by zabojeb
