The task manager app is a versatile productivity tool that combines task management, to-do lists, and note-taking functionalities. Users can efficiently organize, prioritize, and track their tasks, create to-do lists for better task categorization, and take notes for important information. The user-friendly interface, synchronization across devices, reminders, and optional collaboration features make it a comprehensive solution for streamlined productivity.
Welcome to our Task Manager App – your all-in-one solution for efficient task management, seamless to-do list organization, and convenient note-taking. This application is designed to enhance your productivity by providing a unified platform for managing your daily activities. Whether you're an individual striving for personal organization or part of a collaborative team, our app is here to simplify your workflow.
Create, edit, and delete tasks with ease.
Specify due dates, priorities, and track task status effortlessly.
Categorize and filter tasks for a customized and organized view.
Get notify through the app on bell icon
Create lists to organize tasks based on projects, categories, or any criteria.
Break down tasks into manageable sections for focused execution.
Capture ideas, thoughts, and important information effortlessly.
Edit and organize notes with rich text formatting and multimedia attachments.
-
Frontend:
-
Backend:
-
Database:
-
Other Tools:
Before you begin, ensure you have met the following requirements:
- Node.js (v16 or higher)
- npm (comes with Node.js; npm v6.14.6 or higher recommended)
- MongoDB (v4.0 or higher)
- Your preferred web browser
Note: Make sure to install the specified versions or higher to avoid compatibility issues.
To check if you have Node.js and npm installed, run the following commands in your terminal:
node --version
npm --version
Create the file BackEnd/config.env
with your Atlas URI and the server port:
FrontEnd
REACT_APP_API_URL=http://localhost:8080
BackEnd
MONGO_URL = your mongoDb url either from atlas or from localhost shell
If you are going Authenticate with Facebook and Google Through PassportJs Stratgy...
GOOGLE_CLIENT_ID=<google-client-id-auth-2.0>
GOOGLE_CLIENT_SECRET=<google-client-secret>
FACEBOOK_CLIENT_ID=fb_client_id
FACEBOOK_CLIENT_SECRET=fb_client_secret
FRONTEND_DOMAIN=http://localhost:3000
SESSION_SECRET=abcdefgh
JWT_SECRET_KEY=abcdefghi
Start server i.e., BackEnd:
cd Task-Manager--First-MERN/BackEnd
npm install
npm start
Start Client i.e., FrontEnd:
cd KNCN/FrontEnd
npm install
npm start or npm run dev
Use at your own risk; not a supported MongoDB product
We appreciate your interest in contributing to our project! Whether you're a developer, designer, or enthusiast, we welcome your contributions. This guide outlines the process and guidelines for making your contributions.
- Fork the repository.
- Clone your forked repository:
git clone https://github.com/pdz1804/KNCN.git
- For bug reports, include details such as the operating system, browser version, and steps to reproduce the issue.
- Check for existing issues before opening a new one.
- Clearly describe the problem and provide any relevant error messages.
- Include screenshots or code snippets if they help explain the issue.
This project is licensed under the MIT License. See the LICENSE file for details.
We greatly appreciate all contributions to this project. Contributors will be acknowledged in our CONTRIBUTORS.md file. Thank you for your support!
For any queries and improvements please reach out to [email protected]
We appreciate your interest in our project and hope that you find it useful. Your contributions and adherence to the project's license are valuable to us.