Take daily notes of your feelings
Built with the tools and technologies:
- 📍 Overview
- 👾 Features
- 📂 Repository Structure
- 🚀 Getting Started
- 🤝 Contributing
- 🎗 License
- 🙌 Acknowledgments
❯ REPLACE-ME
❯ REPLACE-ME
└── noteApp/
├── app
│ ├── .gitignore
│ ├── build.gradle.kts
│ ├── proguard-rules.pro
│ └── src
│ ├── androidTest
│ │ └── java
│ ├── main
│ │ ├── AndroidManifest.xml
│ │ ├── java
│ │ └── res
│ └── test
│ └── java
├── build.gradle.kts
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradle.properties
├── gradlew
├── gradlew.bat
└── settings.gradle.kts
Kotlin: version x.y.z
Build the project from source:
- Clone the noteApp repository:
❯ git clone https://github.com/sansho88/noteApp
- Navigate to the project directory (or open it in Android Studio):
❯ cd noteApp
- Install the required dependencies by syncing the project with Gradle files.
gradle build
Run the app on an emulator or device
Contributions are welcome! Here are several ways you can contribute:
- Report Issues: Submit bugs found or log feature requests for the
noteApp
project. - Submit Pull Requests: Review open PRs, and submit your own PRs.
- Join the Discussions: Share your insights, provide feedback, or ask questions.
Contributing Guidelines
- Fork the Repository: Start by forking the project repository to your github account.
- Clone Locally: Clone the forked repository to your local machine using a git client.
git clone https://github.com/sansho88/noteApp
- Create a New Branch: Always work on a new branch, giving it a descriptive name.
git checkout -b new-feature-x
- Make Your Changes: Develop and test your changes locally.
- Commit Your Changes: Commit with a clear message describing your updates.
git commit -m 'Implemented new feature x.'
- Push to github: Push the changes to your forked repository.
git push origin new-feature-x
- Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
- Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
This project is protected under the MIT License.
- List any resources, contributors, inspiration, etc. here.