Skip to content

selimdev00/kovnisot-project

Repository files navigation

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

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

Go to the project directory

  cd kovnisot-project

Install dependencies

  npm install

Start the server

  npm run dev

or

Build docker image

  docker build -t sotnikov-frontend .

Run docker container

  docker run -p 3000:3000 -d sotnikov-frontend

Authors

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

  npm run e2e
  npm run e2e:web
  npm run e2e:ui

License

MIT

Feedback

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