This is a task list application developed using Java, XML, JavaScript, Node.js, and React. The application enables users to create, manage, and track their tasks efficiently, providing a user-friendly interface and seamless interaction.
- User authentication to ensure secure access.
- Create, read, update, and delete tasks with ease.
- Responsive design that adapts to various screen sizes.
- Real-time updates using WebSocket for instant task management.
- Frontend: The user interface is built using React, JavaScript, HTML, and CSS.
- Backend: The server-side logic is implemented using Node.js and Express.
- Database: MongoDB is utilized for data storage and management.
- Java: Java is used for backend services to enhance functionality.
- XML: XML is employed for configuration files to manage application settings.
- Clone the repository:
git clone https://github.com/GabrielSilva87/Server-4.00/blob/main/README.md
- Start the server: Run the command
npm startin the terminal to start the server. - Access the application: Open your browser and navigate to
http://localhost:3000. - Interact with the application: Use the available features to manage your tasks.
- Registration: Create a new account by clicking on "Register" on the homepage.
- Login: Enter your credentials and click "Login" to access your account.
- Task Management: Use the available buttons to add, edit, or delete tasks as needed.