Self Blog is an open-source Flutter application designed to help individuals document their daily lives, manage mental health, and create a personal and safe space for self-reflection. This app provides a platform for users to share their daily progress privately, helping them to cope with mental health issues and track their journey over time.
Clone the Repository
git clone https://github.com/jpgtzg/self_blog.git
cd self_blog
Install Dependencies
flutter pub get
Run the App
flutter run
Home Screen
Creating a Journal Entry
Viewing Past Entries
Customizing the App
We welcome contributions from the community! If you would like to contribute to Self Blog, please follow these steps:
Fork the Repository
Click the "Fork" button at the top of this repository to create a copy on your GitHub account.
Clone Your Fork
git clone https://github.com/jpgtzg/self_blog.git
cd self_blog
Create a Branch
git checkout -b feature/your-feature-name
Make Your Changes
Implement your feature or bug fix.
Commit Your Changes
git add .
git commit -m "Add your feature or fix description"
Push to Your Fork
git push origin feature/your-feature-name
Create a Pull Request
Open a pull request to the main
branch of the original repository. Provide a detailed description of your changes.
This project is licensed under the MIT License. See the LICENSE file for details.
If you have any questions, suggestions, or feedback, please feel free to open an issue or contact the project maintainer.
Thank you for using Self Blog! We hope it helps you on your journey to better mental health and self-awareness.