AgileWebManager is a powerful task management application inspired by Trello, built with React for the frontend and Node.js for the backend. It offers a seamless user experience with features such as account creation, secure login, and two-factor authentication via mobile phone. Users can easily organize tasks using drag-and-drop functionality.
- Account Creation: Users can create accounts to access the application.
- Secure Login: Login functionality with authentication for secure access.
- Two-Factor Authentication: Additional security layer using mobile phone verification.
- Drag-and-Drop Functionality: Easily manage tasks by dragging and dropping them between boards.
- Responsive Design: The application is designed to work seamlessly across devices.
The backend for AgileWebManager is built with Node.js and is available at AgileWebManager-Backend. It provides the necessary APIs for user authentication, task management, and more.
- Clone this repository.
- Install dependencies with
npm install
. - Start the development server with
npm start
. - Access the application at
http://localhost:3000
.
Contributions are welcome! Please fork the repository and submit pull requests for any enhancements or fixes.
This project is licensed under the MIT License - see the LICENSE file for details.