❯ v1.0.1
Built with the tools and technologies:
- 📍 Overview
- 👾 Features
- 📂 Repository Structure
- 🧩 Modules
- 🚀 Getting Started
- 📌 Project Roadmap
- 🤝 Contributing
- 🎗 License
- 🙌 Acknowledgments
❯ "Lekhok" is a versatile blogging platform designed to streamline content creation and management. The application provides a simple yet robust solution for writing, organizing, and publishing blog posts. Built with a focus on performance and usability, it offers essential features like real-time content editing and draft saving. This project was developed using Kotlin and employs a modern architecture for scalability and maintainability.
❯ REPLACE-ME
└── Lekhok/
├── 117276664_661794911212422_5554124006587175545_n.jpg
├── app
│ ├── .gitignore
│ ├── build.gradle
│ ├── proguard-rules.pro
│ └── src
├── build.gradle
├── gradle
│ └── wrapper
├── gradle.properties
├── gradlew
├── gradlew.bat
└── settings.gradle
.
File | Summary |
---|---|
gradlew.bat | ❯ REPLACE-ME |
build.gradle | ❯ REPLACE-ME |
settings.gradle | ❯ REPLACE-ME |
app
File | Summary |
---|---|
proguard-rules.pro | ❯ REPLACE-ME |
build.gradle | ❯ REPLACE-ME |
app.src.main.java.me.jehadur.lekhok
File | Summary |
---|---|
ImageActivity.kt | ❯ REPLACE-ME |
PostActivity.kt | ❯ REPLACE-ME |
ProfileActivity.kt | ❯ REPLACE-ME |
MainActivity.kt | ❯ REPLACE-ME |
app.src.main.java.me.jehadur.lekhok.Account
File | Summary |
---|---|
ForgotActivity.kt | ❯ REPLACE-ME |
LoginActivity.kt | ❯ REPLACE-ME |
SignupActivity.kt | ❯ REPLACE-ME |
app.src.main.java.me.jehadur.lekhok.UIHelper
File | Summary |
---|---|
ZoomageView.kt | ❯ REPLACE-ME |
CircleImageView.kt | ❯ REPLACE-ME |
NonScrollRecycler.kt | ❯ REPLACE-ME |
AutoResetMode.kt | ❯ REPLACE-ME |
app.src.androidTest.java.me.jehadur.lekhok
File | Summary |
---|---|
ExampleInstrumentedTest.kt | ❯ REPLACE-ME |
app.src.test.java.me.jehadur.lekhok
File | Summary |
---|---|
ExampleUnitTest.kt | ❯ REPLACE-ME |
Kotlin: version x.y.z
Build the project from source:
- Clone the Lekhok repository:
❯ git clone https://github.com/JehadurRE/Lekhok
- Navigate to the project directory:
❯ cd Lekhok
- Install the required dependencies:
❯ gradle build
To run the project, execute the following command:
❯ java -jar build/libs/myapp.jar
Execute the test suite using the following command:
❯ gradle test
-
Task 1
:Implement feature one. -
Task 2
: Implement feature two. -
Task 3
: Implement feature three.
Contributions are welcome! Here are several ways you can contribute:
- Report Issues: Submit bugs found or log feature requests for the
Lekhok
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/JehadurRE/Lekhok
- 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 SELECT-A-LICENSE License. For more details, refer to the LICENSE file.
- List any resources, contributors, inspiration, etc. here.