Stratify is more than just a task organizer; it's a seamless experience designed to amplify your productivity.
Here's why it stands out:
-
💻 Command-Line Simplicity: A user-friendly, command-line-input based interface ensures efficient task handling without unnecessary complexities.
-
⌚ Effective Task Management: Stratify empowers you to effortlessly manage your tasks, providing a streamlined approach to boost your productivity.
-
👤 User-Friendly Design: Easy to use, Stratify eliminates the learning curve. Dive in, follow a few simple steps, and let it transform how you manage your tasks.
- Clone the Repository: Fetch Stratify to your local machine effortlessly from here.
- Compile and Run: Quick setup with minimal effort.
- Add Your Tasks: Seamlessly integrate your to-dos, deadlines, and events with just a few commands.
- Let it Manage for You: Sit back as Stratify efficiently orchestrates your tasks, allowing you to focus on what truly matters.
- 📝 Task Management: Efficiently organize your to-dos.
- 📅 Deadline Tracking: Stay ahead by managing crucial deadlines.
- 🧑🤝🧑 Event Coordination: Seamlessly integrate and manage your events.
- ↩️ Made a mistake? Undo your changes!
Are you a Java programmer looking for a practical playground? Stratify has you covered. Enhance your Java skills by running it's simple main
method:
public static void main(String[] args) {
Application.launch(ChatBot.class, args);
}
Elevate your task management with Stratify — where simplicity meets productivity.
Prerequisites: JDK 11, update Intellij to the most recent version.
- Open Intellij (if you are not in the welcome screen, click
File
>Close Project
to close the existing project first) - Open the project into Intellij as follows:
- Click
Open
. - Select the project directory, and click
OK
. - If there are any further prompts, accept the defaults.
- Click
- Configure the project to use JDK 11 (not other versions) as explained in here.
In the same dialog, set the Project language level field to theSDK default
option. - After that, locate the
src/main/java/chatbot/Launcher.java
file, right-click it, and chooseRun Launcher.main()
(if the code editor is showing compile errors, try restarting the IDE). If the setup is correct, you should see something like the below as the output: