An open API service indexing awesome lists of open source software.

https://github.com/euclidstellar/beforeigetoutofthiscollege

A fun flutter app to let my intrusive thoughts win with an end to end encryption so that only you and your local storage know what you want out of this college
https://github.com/euclidstellar/beforeigetoutofthiscollege

flutter-apps flutter-examples flutter-ui fun-app to-do-app

Last synced: 7 months ago
JSON representation

A fun flutter app to let my intrusive thoughts win with an end to end encryption so that only you and your local storage know what you want out of this college

Awesome Lists containing this project

README

          

```markdown
# Before Getting Out of College

## Introduction

This Flutter web app is designed to help you capture
your thoughts and affirmations as you approach the end of your college journey.
It provides a personal space for reflection and motivation.

## Features

- **Intrusive Thoughts Options:**
- I Must
- I Want To
- I Will
- I Should

- **Affirmation Section:**
- Write your affirmation and set it as a goal or motivation.

## How to Use

1. Choose one of the intrusive thought options: "I Must," "I Want To," "I Will," or "I Should."
2. Write down your thoughts or reflections related to the chosen option.
3. Move to the Affirmation Section and write a positive affirmation.
4. Save your entries.

## Motivation

As you navigate through this crucial phase of life, it's essential to
acknowledge your thoughts and set positive affirmations. This app provides a private
space for you to express and motivate yourself.
```

### Installation

1. Make sure you have Flutter installed. If not, follow the instructions on the [Flutter website](https://flutter.dev/docs/get-started/install).

2. Clone the repository:

```bash
git clone https://github.com/EuclidStellar/beforeIgetoutofthiscollege
```

3. Navigate to the project folder:

```bash
cd beforeIgetoutofthiscollege
```

4. Open the project in your preferred Flutter development environment.

5. Run the app:

```bash
flutter run -d web
```

### Contribution

Contributions are welcome! Here's how you can contribute:

1. Fork the repository.
2. Create a new branch for your feature: `git checkout -b feature-name`
3. Commit your changes: `git commit -m 'Add new feature'`
4. Push to the branch: `git push origin feature-name`
5. Open a pull request.

Please make sure to follow the [code of conduct](CODE_OF_CONDUCT.md) and [contribution guidelines](CONTRIBUTING.md).

## Acknowledgments

- [Flutter](https://flutter.dev/) - UI toolkit for building natively compiled applications for mobile, web, and desktop from a single codebase.

## License

This project is licensed under the [MIT License](LICENSE).

## Author

- [Gaurav](https://github.com/euclidstellar)

---

Congratulations! 🎓 You did it!
```
Feel free to customize the content further based on your app's specifics.
```