Tuwu is a web-based dashboard application that allows users to manage tasks. The application includes a login page for user authentication.
- Login Page: Users can log in using their email and password.
- Dashboard:
- Tasks: Allows users to add and manage tasks.
- HTML: Structure of the web pages.
- CSS: Styling of the web pages.
- JavaScript: Functionality of the web pages.
- FontAwesome: Icons used in the application.
- Google Fonts: Custom fonts used in the application.
src/dashboard.html: The main dashboard page.src/login.html: The login page.src/styles/styles.css: The stylesheet for the application.src/scripts/dashboard.js: JavaScript for the dashboard functionality.src/scripts/login.js: JavaScript for the login functionality.
This project is licensed under the MIT License.