The Secure Task Management App is a web-based application designed to help users manage their tasks securely. The app provides features for creating, updating, and deleting tasks, as well as user authentication to ensure data privacy and security.
- User Authentication: Secure authentication system to allow users to register, log in, and securely access their tasks.
- Task Management: Create, update, and delete tasks with ease.
- Security: Implement measures to protect user data and ensure confidentiality.
To run the Secure Task Management App locally, follow these steps:
Clone the repository:
bash Copy code git clone https://github.com/uttamks2003/Secure-Task-Management-App.git Navigate to the project directory:
bash Copy code cd Secure-Task-Management-App Install dependencies:
bash Copy code npm install Set up environment variables:
Create a .env file in the root directory.
bash Copy code npm start Open your web browser and navigate to http://localhost:3080 to access the application.
- Register: Sign up for a new account to get started.
- Login: Log in with your credentials to access your tasks.
- Create Task: Add a new task by providing a title, description, and due date.
- Update Task: Edit existing tasks to modify details or mark them as complete.
- Delete Task: Remove unwanted tasks from your list.