Kanban system & Chart using Nuxt3 + TailwindCSS + Echart β¨
- Kanban -> stages, tasks CRUD + localStorage syncronization ποΈ
- Charts with real time dynamic data βΉοΈ
- Tests with
playwright
for Kanban β - Accessibility boosted π
- Build frontend with docker π
I'm a full stack developer...
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
For support, email [email protected].
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
If you have any feedback, please reach out to us at [email protected]