Welcome to the Computer Science Grade 12 E-Note-App, a Flutter-based application designed to provide comprehensive notes for computer science enthusiasts. Whether you are a student or a professional, this app aims to be your go-to resource for mastering the concepts of computer science.
visit website for more details.
Experience the app firsthand by clicking on the following link: Live Preview Demo
To run this project on your local machine, make sure you have Flutter installed. If Flutter is not installed, follow the official installation guide.
-
Clone the Repository:
git clone https://github.com/Nishan-Pradhan06/Flutter_E-Note-App.git
-
Navigate to the Project Directory:
cd Flutter_E-Note-App
-
Install Dependencies:
flutter pub get
-
Run the Application::
flutter run
The project is organized into the following directories:
- lib/: Contains the Dart code for the DigitalNote app.
- android/: Android-specific configurations and files.
- ios/: iOS-specific configurations and files.
- test/: Tests for the application.
We welcome contributions! If you'd like to enhance this DigitalNote app, please follow these steps:
- Fork the repository.
- Create your branch: git checkout -b feature/fooBar
- Commit your changes: git commit -m 'Add some fooBar'
- Push to the branch: git push origin feature/fooBar
- Create a Pull Request.
For any queries or issues, please open an issue on the GitHub repository.
This project is licensed under the MIT License.
Thank you for your interest and contributions! Together, let's make learning computer science an engaging and enriching experience.