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

https://github.com/selimdev00/kovnisot-project

📊 Kanban & Chart
https://github.com/selimdev00/kovnisot-project

css echart html nuxt nuxt3 tailwind vue vue3

Last synced: 2 months ago
JSON representation

📊 Kanban & Chart

Awesome Lists containing this project

README

          

# Kovnisoft project (sotnikov) 📊

Kanban system & Chart using Nuxt3 + TailwindCSS + Echart ✨

## Features

- Kanban -> stages, tasks CRUD + localStorage syncronization đŸ”„ī¸
- Charts with real time dynamic data â„šī¸
- Tests with `playwright` for Kanban ✅
- Accessibility boosted 📈
- Build frontend with docker 👍

## 🚀 About Me
I'm a full stack developer...

## Run Locally

Clone the project

```bash
git clone https://github.com/selimdev00/kovnisot-project.git
```

Go to the project directory

```bash
cd kovnisot-project
```

Install dependencies

```bash
npm install
```

Start the server

```bash
npm run dev
```

*or*

Build docker image

```bash
docker build -t sotnikov-frontend .
```

Run docker container

```bash
docker run -p 3000:3000 -d sotnikov-frontend
```
## Authors

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

## Support

For support, email selimdev00@gmail.com.

## Running Tests (E2E)

Tests are written in playwright, so there must be installed playwright on your host in order to run tests

To run tests, you can run the following commands

```bash
npm run e2e
```

```bash
npm run e2e:web
```

```bash
npm run e2e:ui
```

## License

[MIT](https://choosealicense.com/licenses/mit/)

## Feedback

If you have any feedback, please reach out to us at selimdev00@gmail.com