Ecosyste.ms: Awesome
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 days ago
JSON representation
đ Kanban & Chart
- Host: GitHub
- URL: https://github.com/selimdev00/kovnisot-project
- Owner: selimdev00
- Created: 2024-01-27T10:45:01.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-01T11:29:53.000Z (about 1 year ago)
- Last Synced: 2024-02-02T11:59:11.296Z (about 1 year ago)
- Topics: css, echart, html, nuxt, nuxt3, tailwind, vue, vue3
- Language: Vue
- Homepage: https://kovnisot-project.vercel.app/
- Size: 645 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 [email protected].
## 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 [email protected]