All Projects → hashirshoaeb → Star_book

hashirshoaeb / Star_book

Licence: mit
A digital diary and mood tracking app that helps you in keeping track of your mood and productivity throughout the month/year.

Programming Languages

dart
5743 projects

Projects that are alternatives of or similar to Star book

Hazama
simple cross-platform diary app
Stars: ✭ 24 (-27.27%)
Mutual labels:  journal, diary
epic-journal
A clean and modern encrypted journal/diary app
Stars: ✭ 80 (+142.42%)
Mutual labels:  journal, diary
Rednotebook
RedNotebook is a cross-platform journal
Stars: ✭ 336 (+918.18%)
Mutual labels:  journal, diary
Journee Diary
A lightweight, simplified, RedNotebook-inspired journal/diary app. Built with Electron. Makes dated text files.
Stars: ✭ 27 (-18.18%)
Mutual labels:  journal, diary
Mini Diary
📘 Simple and secure journal app
Stars: ✭ 769 (+2230.3%)
Mutual labels:  journal, diary
pdiary
A simple terminal diary journal application written in Python with encryption support.
Stars: ✭ 24 (-27.27%)
Mutual labels:  journal, diary
Sublimenotebook
📝 Make Sublime Text your favorite note taking/journal application
Stars: ✭ 203 (+515.15%)
Mutual labels:  journal, diary
journalist
App to write journal digitally. Simple as that.
Stars: ✭ 23 (-30.3%)
Mutual labels:  journal, diary
Emojilog
A nice little diary for emoji logs.
Stars: ✭ 12 (-63.64%)
Mutual labels:  journal, diary
Friends
Spend time with the people you care about. Introvert-tested. Extrovert-approved.
Stars: ✭ 737 (+2133.33%)
Mutual labels:  journal, diary
Gojot
A command-line journal that is distributed and encrypted, making it easy to jot notes 📓
Stars: ✭ 340 (+930.3%)
Mutual labels:  journal
Papaja
papaja (Preparing APA Journal Articles) is an R package that provides document formats to produce complete APA manuscripts from RMarkdown-files (PDF and Word documents) and helper functions that facilitate reporting statistics, tables, and plots.
Stars: ✭ 422 (+1178.79%)
Mutual labels:  journal
Yoda
Wise and powerful personal assistant, available in your nearest terminal
Stars: ✭ 674 (+1942.42%)
Mutual labels:  diary
Rescience
The ReScience journal. Reproducible Science is Good. Replicated Science is better.
Stars: ✭ 634 (+1821.21%)
Mutual labels:  journal
Lifelong Learning
✅ ✅ ✅ A massive repo filled with notes on everything from coding to philosophy to psychology to marketing to product
Stars: ✭ 297 (+800%)
Mutual labels:  journal
Rticles
LaTeX Journal Article Templates for R Markdown
Stars: ✭ 895 (+2612.12%)
Mutual labels:  journal
Meins
a personal and smart journal
Stars: ✭ 288 (+772.73%)
Mutual labels:  journal
Akka Persistence Jdbc
Asynchronously writes journal and snapshot entries to configured JDBC databases so that Akka Actors can recover state
Stars: ✭ 271 (+721.21%)
Mutual labels:  journal
Pubmed
Get literature information via PubMed ID, such as the author, title, journal_name, pub_date and so on.
Stars: ✭ 15 (-54.55%)
Mutual labels:  journal
Joss
The Journal of Open Source Software
Stars: ✭ 779 (+2260.61%)
Mutual labels:  journal

StarBook ✨

A digital diary that can help you in keeping track of your mood and productivity throughout the month. Mood tracker is a good way to see how you are mostly feeling. And it helped me a lot to realise how my general mood is and to improve it. Cause I was feeling down two years ago so now when I look at my mood board it looks much nicer.

About Me · Report Bug · Request Feature

GitHub contributors GitHub stars GitHub forks GitHub issues GitHub license Twitter Follow Flutter Version

Get the App

Download on the App Store

Table Of Content

📝 About the App

“StarBook” is a digital diary, and a mood tracking app. The user will be able to rate his mood for each day and write a short story for him, like how his day was. Color is given to each mood, let’s say, green for a happy mood, red for angry and yellow for a sad mood. The statistics of users will be visualized in a methodical structure. For this the app will form a graph, calendar, each date box is colored with the color of users' aura lets say green for positive spirits. StarBook will cooperate with users to boost their positive energy and train healthy thinking, correspondingly moving towards calmer and patient personality. StarBook will use positive psychology and cognitive behavioral therapy for you to better understand yourself, overcoming stress, anxiety, and depressions. The app is all in all focused to give personalized experience to every individual user, increasing their productivity, objectivity, and emotional health.

MILESTONES

v1.0.0 (First Release)

  1. A main screen with Carousel calendar.
  2. Set color(mood) on clicking on day.
  3. Text input screen to add new or edit diary(story).
  4. Save data to the local database (phone’s storage).
  5. Profile and Settings Screen

v > 1.0.0 (Future Updates and Features)

  1. Option to sync data to the online database.
  2. Option to share Story and Mood statistics to the social media apps
  3. UI/UX Improvements.
  4. Attach pictures with stories
  5. Light and Dark mood
  6. Add notifications

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisite: https://flutter.dev/docs/get-started/install

  1. To get started, fork this repository to your GitHub account.

  2. Clone the repo.

     git clone https://github.com/<your-username>/star_book.git
    
  3. Install packages.

     flutter pub get
    
  4. Run project.

     flutter run
    

Steps to use Unsplash Photos to home_page.dart (Optional)

  1. Uncomment .env from pubspec.yaml

           assets:
             - .env
    
  2. Add a .env file to the root of your project.

  3. Go to https://unsplash.com/developers and register as a developer.

  4. Create an App and copy its Access Key.

  5. Paste the Access key in the .env file as follows:

     CLIENT_ID=<your-access_key>
    

Roadmap

See the project board for a list of proposed features (and known issues).

🤝 Contributing

The App is under development. Are you interested in building and contributing to this awesome app? Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated. To pick something for contribution refer StarBook board. For more, refer CONTRIBUTING.md

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

🚀 Demo

App is under development. For now it is like this. With your help we will add more features and functionalities.

IOS

Light Mode Dark Mode

Android

Light Mode Dark Mode

License

Distributed under the MIT License. See LICENSE for more information.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].