An open API service indexing awesome lists of open source software.

https://github.com/alejandrofloresmtz94/zustand_example

Kanban Board using Zustand, React and Vite
https://github.com/alejandrofloresmtz94/zustand_example

Last synced: 3 months ago
JSON representation

Kanban Board using Zustand, React and Vite

Awesome Lists containing this project

README

        

# Kanban Board.

[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
## Tech Stack

**Client:** Vite, React, Zustand, Vitest
## Features

- Create tasks
- Move tasks
- Copy tasks
- Delete tasks
## Screenshots

![Initial page](https://github.com/alejandrofloresmtz94/zustand_example/assets/54324536/1f1e4e3a-bcc8-495d-8f40-0bf1f6ce9909)

![Creating a Task](https://github.com/alejandrofloresmtz94/zustand_example/assets/54324536/a75a7152-d8f3-4ad5-b5ce-c6511abb8083)

![Moving a Task](https://github.com/alejandrofloresmtz94/zustand_example/assets/54324536/d648e452-3dce-41a4-a031-af653983c3b4)
## Run Locally

Clone the project

```bash
git clone https://github.com/alejandrofloresmtz94/zustand_example.git
```

Go to the project directory

```bash
cd my-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```

## Authors

- [@alejandrofloresmtz94](https://github.com/alejandrofloresmtz94)

## Feedback

If you have any feedback, please reach out at [email protected]