Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Keith-Web3 authored Jun 30, 2023
1 parent 2a78bc4 commit 9700c0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Kanban Task Management App
This is a Kanban Task Management app built with React, TypeScript, and Zustand. It allows you to create, organize, and track tasks using a Kanban board interface.
This is a Kanban Task Management app built with React, TypeScript, SCSS, and Zustand. It allows you to create, organize, and track tasks using a Kanban board interface. The app supports essential features of a Kanban app, including task creation, editing, and deletion, as well as theme switching.

## Features
* Create, edit, and delete tasks
* Drag and drop tasks between different columns (e.g., "To Do", "In Progress", "Done")
* Organize tasks using a Kanban board interface
* Automatically save task updates using Zustand for state management
* Responsive design for a seamless experience across devices
* Switch between light and dark themes for personalized styling

## Getting Started
To get started with the Kanban Task Management app, follow these steps:
Expand Down Expand Up @@ -35,6 +36,7 @@ The Kanban Task Management app is built with the following technologies:

* React: A JavaScript library for building user interfaces
* TypeScript: A typed superset of JavaScript
* SCSS: A CSS preprocessor for enhanced styling capabilities
* Zustand: A small and fast state management library for React applications
## Contributing
Contributions to the Kanban Task Management app are welcome! If you find any issues or would like to add new features, please submit a pull request with your changes.
Expand Down

0 comments on commit 9700c0f

Please sign in to comment.