A simple task planning application built with Electron.
"Plan Me!" is a task planning application developed using Electron. It allows users to manage their daily tasks and schedule new ones effortlessly.
To get started with Plan Me!, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/plan-me.git
-
Install dependencies:
cd plan-me npm install
-
Run the application:
npm start
We welcome contributions! If you want to contribute to Plan Me!, follow these steps:
Fork the repository. Create a new branch: git checkout -b feature/my-feature. Make your changes and commit them: git commit -m 'Add some feature'. Push to the branch: git push origin feature/my-feature. Create a pull request.