Plan Weave is a task management web application that helps you keep track of your tasks, deadlines, and dependencies. With Plan Weave, you can easily create and organize tasks, set due dates and reminders, and track your progress toward completing your goals.
Plan Weave is currently in Development, so many features are unavailable. The next release is January 15th, 2024 for version 1.0.0.
- Task List
- Task Create, Edit, and Delete
- Task Drag and Drop
- Task Searching
- Task Sorting
- Simple and Full Task Views
- Individual Task Efficiency in real-time for Full-task
- Individual Task Due Dates in Full Task
- Task Efficiency over Time Display
- Thread View and Editor
- Graph View and Editor
- Task Matrix View
- Light and Dark Mode
- Settings Page
- Feedback Page
- Tutorial Page
- Scheduled Tasks
- Reminders through email
- More Views like Gantt and Calendar
- Team Support
- ...Many More!
git init
git clone https://github.com/Nellak2017/plan-weave/
cd plan-weave
npm install
npm start
Visit https://www.planweave.com to use the live demonstration of the application. For Local development, follow the above
installation instructions and navigate to http://localhost:3000
in your browser.
Contributions are welcome! Follow these steps to contribute:
- Fork the repository.
- Create a new branch: git checkout -b feature/your-feature.
- Make changes and commit: git commit -m 'Add your feature'.
- Push to the branch: git push origin feature/your-feature.
- Submit a pull request.