KanPlan - A Kanban Website
This project is a web-based Kanban board application that allows users to manage their tasks and projects using the Kanban methodology. The website consists of a landing page, a sign-up page for user authentication using Firebase, and a Kanban boards page where users can create and manage their boards.
Here is the live link to the project: Live Link
Features
Landing Page: Introduce the project and provide an overview of the features. Include a call-to-action button or link for users to sign up.
Sign-Up Page: Allow users to create an account using their email and password. Utilize Firebase for user authentication and store user information securely.
Kanban Boards Page: Provide a visual representation of tasks using Kanban boards. Users can create multiple boards, add lists, and manage tasks within those lists. Implement drag-and-drop functionality to move tasks between lists.
Technologies Used
Front-end: HTML, CSS, JavaScript
Backend: Firebase (Authentication)
Prerequisites
Modern web browser (Chrome, Firefox, Safari, etc.)
Usage
- Open the index.html file to access the landing page.
- Click on the sign-up button or link to navigate to the sign-up page.
- Fill in the required information to create a new account.
- Upon successful sign-up, users will be redirected to the Kanban boards page.
- On the Kanban boards page, users can create new boards, add lists, and manage tasks using the Kanban board interface.