KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
YADA
★ 10
Open GitHub ↗
Yet Another Diary App
Download README (.md)
Explore Similar Repositories
Instagram-Clone-Project
:
Build a frontend clone for Instagram using HTML and CSS skills.
treasure-staking
:
No description available.
Drakens-Varld-SOURCE
:
All the files from the iconic swedish flash game "Drakens Värld" decompiled
spooky-activator
:
No description available.
Ac-Kernel-Driver-Aimbot
:
Aimbot for assaultcube using a kernel driver and IOCTL communication.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
YADA
?
Download (.md)
<div align="center"> <h1 id="yada">YADA</h1> <p><strong>Explore</strong> | <strong>Travel</strong> | <strong>Write</strong></p> <p><a href="https://gitter.im/YADA_/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge"><img src="https://badges.gitter.im/YADA_/community.svg" alt="Join the chat at https://gitter.im/YADA_/community"></a></p> </div> ## Table of Contents - [About](#about) - [Contributing](#contributing) - [How To Contribute](#howto) - [Code Of Conduct](#coc) - [Roadmap](#roadmap) - [Issues](#issues) - [Figma File](#figma) - [Contributors](#contribs) - [Support](#support) <a name="about"></a> ## ✨ About Yet Another Diary App created for travelers who want to write about their experiences. Customizable themes with the fusion of maps and path tracking make it all the more interesting! <a name="contributing"></a> ## 🤝 Contributing The app is open for contribution during [PWOC](https://pwoc.vercel.app/). Start discussion in the PWOC Discord Server. To be able to use firebase services, like authentication, you will need to register your SHA-1 keys. For that, make sure your Java's bin directory is stored in environmental variables of your PC. After that, enter this in your terminal: ``` keytool -list -v -keystore "c:\users\your_user_name\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android ``` and replace your_user_name accordingly. You can share the SHA-1 Key with your mentor, and they will add it in Firebase console. If you face any problem in this step, make sure to contact the mentor. <a name="howto"></a> ## 🖱️ How to Contribute If you think that you can add a new feature or want to fix a bug, we invite you to contribute to YADA and make this project better. To start contributing, follow the below instructions: 1. Create a folder at your desire location (usually at your desktop). 2. Open Git Bash Here 3. [Fork](https://github.com/ken1000minus7/YADA) the project. Click on the <a href="https://github.com/ken1000minus7/YADA/fork"><img src="https://i.imgur.com/G4z1kEe.png" height="15" width="15"></a> icon in the top right to get started. 4. Clone your forked repository of project. ```bash git clone https://github.com/ken1000minus7/YADA.git ``` 5. Navigate to the project directory. ```bash cd YADA ``` 6. Add a reference(remote) to the original repository. ```bash git remote add upstream https://github.com/ken1000minus7/YADA.git ``` 7. Check the remotes for this repository. ```bash git remote -v ``` 8. Always take a pull from the upstream repository to your main branch to keep it updated as per the main project repository. ```bash git pull upstream main ``` 9. Create a new branch(prefer a branch name that relates to your assigned issue). ```bash git checkout -b <YOUR_BRANCH_NAME> ``` 10. Perform your desired changes to the code base. 11. Check your changes. ```bash git status ``` ```bash git diff ``` 12. Stage your changes. ```bash git add . <\files_that_you_made_changes> ``` 13. Commit your changes. ```bash git commit -m "Commit Message" ``` 14. Push the committed changes in your feature branch to your remote repository. ```bash git push -u origin <your_branch_name> ``` 15. To create a pull request, click on `compare and pull requests`. 16. Add an appropriate title and description to your PR explaining your changes. 17. Click on `Create pull request`. Congratulations🎉, you have made a PR to the YADA. Wait for your submission to be accepted and your PR to be merged by a maintainer. ## 🫴 How to Do Your First Pull Request? ***(We are providing some Resource from where you can Learn)*** 1. [Learn from Video](https://www.youtube.com/watch?v=nkuYH40cjo4) 2. [Open Source Guide](https://opensource.guide/how-to-contribute/) <a name="coc"></a> ## 🤵 Code of Conduct - [Code of Conduct](CODE_OF_CONDUCT.md) <a name="roadmap"></a> ## 🛣️ Roadmap - Complete Kotlin Supremacy - Introduction of ViewModels and implementation of MVVM architecture - UI Overhauls <a name="issues"></a> ## 🐛 Issues If you think you have found a bug, please report it on [Issues](https://github.com/ken1000minus7/YADA/issues). The app is under active development and some new features are planned. You can suggest and vote for new features in the same location. <a name="figma"></a> ## 🎨 FIGMA File [Click here](https://www.figma.com/file/VVNKBMvON3t4gZXpNpDNeS/first-page?node-id=0%3A1&t=xcpMwzDkU5J449RP-1) <img src="https://user-images.githubusercontent.com/78747188/144723438-c91a196a-d486-4f79-adaa-57d91a172052.png" width=200> <a name="contribs"></a> ## 🙌 Contributors <a href="https://github.com/ken1000minus7/YADA/graphs/contributors"> <img src="https://contrib.rocks/image?repo=ken1000minus7/YADA" /> </a> <a name="support"></a> ## 🙏🏽 Support This project needs a star️ from you. Don't forget to leave a star✨ Follow my Github for content <br> <br> <hr> <h6 align="center">© ken1000minus7 <br>