Built with
- Semantic HTML5 markup
- CSS
- Flexbox
- Javascript
- React
- Tailwind
I used Prettier for code formatting. It helps to format the code and making it consistent throughout the whole project.
For linting i used ESlint. It helped me catch errors in the code and uphold typescript standards. The Eslint file follows common rules for this kind of project.
Explore the live demo of the Kanban app here.
This project is marked as "Finished."
To run the Kanban application on your local machine, follow these steps:
- Download or clone the repository.
- Install the necessary dependencies by running
npm install
. - Start the application using
npm start
(Create React App).
The Kanban app lets you streamline your workflow, organize tasks, and collaborate seamlessly. Visualize your projects, enjoy Dark Mode, create boards, and manage tasks effortlessly, including subtasks. Edit and adapt tasks and boards with ease as your projects evolve. Simplify your project management with Kanban.
- Dark Mode: Toggle dark or light mode.
- Boards: Create and customize digital boards for organizing tasks.
- Tasks with Subtasks: Break down tasks into subtasks for more granular control.
- Edit Tasks/Boards: Easily modify and update tasks and boards as your projects evolve.
- Frontend Mentor - @RalfiSlask
- GitHub - RalfiSlask