BorislavChernev / personal_organizer

Personal Organized made with Entity Framework for IT-Kareer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LifeSync

LifeSync is a personal organizer designed as a project for the IT Kareer course. It aims to provide users with a comprehensive tool to manage their daily tasks, events, and important information all in one place.

Participants

Features

LifeSync offers the following key features:

  • Task Management: Create, edit, and organize your tasks with ease. Prioritize tasks to stay focused on what matters.
  • Event Calendar: Keep track of important events, meetings, and deadlines in a centralized calendar view.
  • Notes: Capture important thoughts, ideas, and reminders in the Notes section for easy reference.
  • Contacts: Store and manage your contacts within LifeSync, making it convenient to reach out when needed.
  • Customization: Personalize LifeSync with themes and settings that suit your preferences.

Technologies Used

LifeSync is built using the following technologies:

  • .NET: A free, open-source developer platform for building various types of applications.
  • Entity Framework: An object-relational mapper that enables .NET developers to work with relational data using domain-specific objects.
  • Razor Pages: A page-based programming model in ASP.NET Core that makes building web UI easier and more productive.

.NET Razor Pages Terraform

Installation

To get started with LifeSync, follow these steps:

  1. Clone the repository:
    git clone https://github.com/4LG0R1THMS/LifeSync
  2. Navigate to the project directory:
    cd LifeSync/LifeSync
  3. Restore the dependencies:
    dotnet restore
  4. Run build:
    dotnet build --configuration Release
  5. Start and Access LifeSync in your browser at http://localhost:3000.

Terraform Configuration

LifeSync includes Terraform configuration files located in the /.terraform folder. These files are used for infrastructure provisioning and management, specifically written for Azure deployment

Documentation

Detailed documentation for LifeSync can be found here. There you could understand everyting about the app, and even find the API reference.

Contributing

We welcome contributions from the community to make LifeSync even better! If you'd like to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create your feature branch:
    git checkout -b feature/AmazingFeature
  3. Commit your changes:
    git commit -m 'Description of your amazing feature'
  4. Push to the branch:
    git push origin feature/feature
  5. Open a pull request.

Please make sure to update tests as appropriate.

License

LifeSync is licensed under the MIT License. Feel free to use, modify, and distribute this project as per the terms of the license.

Contact

If you have any questions or suggestions regarding LifeSync, feel free to reach out to us:

Thank you for using LifeSync! We hope it helps you stay organized and productive. 🚀

About

Personal Organized made with Entity Framework for IT-Kareer

License:MIT License


Languages

Language:C# 63.3%Language:HTML 22.6%Language:CSS 10.4%Language:HCL 2.4%Language:JavaScript 0.8%Language:Dockerfile 0.5%